#0C5612

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

Shades of Myrtle #0C5612

Tints of Myrtle #0C5612

Color information

#0C5612 (or 0x0C5612) is unknown color: approx Myrtle. HEX triplet: 0C, 56 and 12. RGB value is (12,86,18). Sum of RGB (Red+Green+Blue) = 12+86+18=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5612 is #F3A9ED. Grayscale: #383838. Windows color (decimal): -15968750 or 1201676. OLE color: 1201676.

HSL color Cylindrical-coordinate representation of color #0C5612: hue angle of 124.86º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5612 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB128618-
CMYK0.8600.790.66
HSL124.86º75.51%19.22%-
HSV(B)124.86º86.05%33.73%-
XYZ3.596.781.69-
YUV56.12106.4896.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.34%
GREEN value IS 86 (33.98% from 255) = 74.14%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=10.34%
G=74.14%
B=15.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1286180.8600.790.66124.8675.5119.22
HexC56125604F427d4c13
Octal1412622126011710217511423
Binary110010101101001010101100100111110000101111101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,86,18); }

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

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

 a { background-color: rgb(12,86,18); }

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

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

 span { border-color: rgb(12,86,18); }

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