#0F704C

Color #0F704C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0F704C

Tints of Jewel #0F704C

Color information

#0F704C (or 0x0F704C) is unknown color: approx Jewel. HEX triplet: 0F, 70 and 4C. RGB value is (15,112,76). Sum of RGB (Red+Green+Blue) = 15+112+76=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #0F704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F704C is #F08FB3. Grayscale: #4E4E4E. Windows color (decimal): -15765428 or 5009423. OLE color: 5009423.

HSL color Cylindrical-coordinate representation of color #0F704C: hue angle of 157.73º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F704C is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1511276-
CMYK0.8700.320.56
HSL157.73º76.38%24.9%-
HSV(B)157.73º86.61%43.92%-
XYZ7.312.218.81-
YUV78.89126.3682.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=7.39%
G=55.17%
B=37.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112760.8700.320.56157.7376.3824.9
HexF704C57020389e4c19
Octal171601141270407023611431
Binary1111111000010011001010111010000011100010011110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F704C; }

 p { color: rgb(15,112,76); }

 H1.HeaderClassName
 {
   color: #0F704C;
 }
 .AnyTagClassName
 {
   color: #0F704C;
 }
</style>
background-color css

<style>
 a { background-color: #0F704C; }

 a { background-color: rgb(15,112,76); }

 div.DivClassName
 {
   background-color: #0F704C;
 }
 .BgClassName
 {
   background-color: #0F704C;
 }
</style>
border-color css

<style>
 span { border-color: #0F704C; }

 span { border-color: rgb(15,112,76); }

 td.TdClassName
 {
   border-color: #0F704C;
 }
 .TagClassName
 {
   border-color: #0F704C;
 }
</style>