#0F4707

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

Shades of Myrtle #0F4707

Tints of Myrtle #0F4707

Color information

#0F4707 (or 0x0F4707) is unknown color: approx Myrtle. HEX triplet: 0F, 47 and 07. RGB value is (15,71,7). Sum of RGB (Red+Green+Blue) = 15+71+7=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4707 is #F0B8F8. Grayscale: #2F2F2F. Windows color (decimal): -15775993 or 476943. OLE color: 476943.

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

Color convert

RGB15717-
CMYK0.7900.900.72
HSL112.5º82.05%15.29%-
HSV(B)112.5º90.14%27.84%-
XYZ2.494.620.96-
YUV46.96105.45105.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 7 (3.12% from 255) = 7.53%
R=16.13%
G=76.34%
B=7.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal157170.7900.900.72112.582.0515.29
HexF4774F05A487052f
Octal171077117013211016012217
Binary111110001111111001111010110101001000111000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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