#0C560A

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

Shades of Myrtle #0C560A

Tints of Myrtle #0C560A

Color information

#0C560A (or 0x0C560A) is unknown color: approx Myrtle. HEX triplet: 0C, 56 and 0A. RGB value is (12,86,10). Sum of RGB (Red+Green+Blue) = 12+86+10=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 86 (33.98% from 255 or 79.63% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 86 - color contains mainly: green. Hex color #0C560A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C560A is #F3A9F5. Grayscale: #373737. Windows color (decimal): -15968758 or 677388. OLE color: 677388.

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

Color convert

RGB128610-
CMYK0.8600.880.66
HSL118.42º79.17%18.82%-
HSV(B)118.42º88.37%33.73%-
XYZ3.536.761.4-
YUV55.21102.4897.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.11%
GREEN value IS 86 (33.98% from 255) = 79.63%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=11.11%
G=79.63%
B=9.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1286100.8600.880.66118.4279.1718.82
HexC56A5605842764f13
Octal1412612126013010216611723
Binary11001010110101010101100101100010000101110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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