#0F4708

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

Shades of Myrtle #0F4708

Tints of Myrtle #0F4708

Color information

#0F4708 (or 0x0F4708) is unknown color: approx Myrtle. HEX triplet: 0F, 47 and 08. RGB value is (15,71,8). Sum of RGB (Red+Green+Blue) = 15+71+8=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4708 is #F0B8F7. Grayscale: #2F2F2F. Windows color (decimal): -15775992 or 542479. OLE color: 542479.

HSL color Cylindrical-coordinate representation of color #0F4708: hue angle of 113.33º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4708 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB15718-
CMYK0.7900.890.72
HSL113.33º79.75%15.49%-
HSV(B)113.33º88.73%27.84%-
XYZ2.494.630.99-
YUV47.07105.95105.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 71 (28.12% from 255) = 75.53%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=15.96%
G=75.53%
B=8.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal157180.7900.890.72113.3379.7515.49
HexF4784F059487150f
Octal1710710117013111016112017
Binary1111100011110001001111010110011001000111000110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,8); }

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

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

 a { background-color: rgb(15,71,8); }

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

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

 span { border-color: rgb(15,71,8); }

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