#0C5B0A

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

Shades of Myrtle #0C5B0A

Tints of Myrtle #0C5B0A

Color information

#0C5B0A (or 0x0C5B0A) is unknown color: approx Myrtle. HEX triplet: 0C, 5B and 0A. RGB value is (12,91,10). Sum of RGB (Red+Green+Blue) = 12+91+10=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5B0A is #F3A4F5. Grayscale: #3A3A3A. Windows color (decimal): -15967478 or 678668. OLE color: 678668.

HSL color Cylindrical-coordinate representation of color #0C5B0A: hue angle of 118.52º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C5B0A is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB129110-
CMYK0.8700.890.64
HSL118.52º80.2%19.8%-
HSV(B)118.52º89.01%35.69%-
XYZ3.957.581.54-
YUV58.14100.8395.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.62%
GREEN value IS 91 (35.94% from 255) = 80.53%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=10.62%
G=80.53%
B=8.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1291100.8700.890.64118.5280.219.8
HexC5BA5705940775014
Octal1413312127013110016712024
Binary11001011011101010101110101100110000001110111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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