#0F4706

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

Shades of Myrtle #0F4706

Tints of Myrtle #0F4706

Color information

#0F4706 (or 0x0F4706) is unknown color: approx Myrtle. HEX triplet: 0F, 47 and 06. RGB value is (15,71,6). Sum of RGB (Red+Green+Blue) = 15+71+6=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4706 is #F0B8F9. Grayscale: #2F2F2F. Windows color (decimal): -15775994 or 411407. OLE color: 411407.

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

Color convert

RGB15716-
CMYK0.7900.920.72
HSL111.69º84.42%15.1%-
HSV(B)111.69º91.55%27.84%-
XYZ2.484.620.93-
YUV46.85104.95105.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.30%
GREEN value IS 71 (28.12% from 255) = 77.17%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=16.30%
G=77.17%
B=6.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal157160.7900.920.72111.6984.4215.1
HexF4764F05C487054f
Octal171076117013411016012417
Binary111110001111101001111010111001001000111000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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