#0C5906

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

Shades of Myrtle #0C5906

Tints of Myrtle #0C5906

Color information

#0C5906 (or 0x0C5906) is unknown color: approx Myrtle. HEX triplet: 0C, 59 and 06. RGB value is (12,89,6). Sum of RGB (Red+Green+Blue) = 12+89+6=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 89 (35.16% from 255 or 83.18% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5906 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5906 is #F3A6F9. Grayscale: #383838. Windows color (decimal): -15967994 or 416012. OLE color: 416012.

HSL color Cylindrical-coordinate representation of color #0C5906: hue angle of 115.66º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5906 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB12896-
CMYK0.8700.930.65
HSL115.66º87.37%18.63%-
HSV(B)115.66º93.26%34.9%-
XYZ3.767.241.37-
YUV56.5199.4996.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.21%
GREEN value IS 89 (35.16% from 255) = 83.18%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=11.21%
G=83.18%
B=5.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal128960.8700.930.65115.6687.3718.63
HexC5965705D41745713
Octal141316127013510116412723
Binary1100101100111010101110101110110000011110100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,6); }

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

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

 a { background-color: rgb(12,89,6); }

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

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

 span { border-color: rgb(12,89,6); }

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