Shades of Green #0C6405
Tints of Green #0C6405
RGB
CMYK
RGB Variations
Color information
#0C6405 (or 0x0C6405) is known color: Green. HEX triplet: 0C, 64 and 05. RGB value is (12,100,5). Sum of RGB (Red+Green+Blue) = 12+100+5=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 100 (39.45% from 255 or 85.47% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6405 is #F39BFA. Grayscale: #3F3F3F. Windows color (decimal): -15965179 or 353292. OLE color: 353292.
HSL color Cylindrical-coordinate representation of color #0C6405: hue angle of 115.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6405 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 100 | 5 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.61 |
| HSL | 115.58º | 0.9% | 0.21% | - |
| HSV(B) | 115.58º | 0.95% | 0.39% | - |
| XYZ | 4.74 | 9.2 | 1.67 | - |
| YUV | 62.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 5 | 0.88 | 0 | 0.95 | 0.61 | 115.58 | 0.9 | 0.21 |
| Hex | C | 64 | 5 | 58 | 0 | 5F | 3D | 74 | 5A | 15 |
| Octal | 14 | 144 | 5 | 130 | 0 | 137 | 75 | 164 | 132 | 25 |
| Binary | 1100 | 1100100 | 101 | 1011000 | 0 | 1011111 | 111101 | 1110100 | 1011010 | 10101 |
Color Harmonies of #0C6405
Complementary color
Monochromatic Colors of #0C6405
Black with #0C6405
Text Example
Text Example
White with #0C6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6405; }
p { color: rgb(12,100,5); }
H1.HeaderClassName
{
color: #0C6405;
}
.AnyTagClassName
{
color: #0C6405;
}
</style>
background-color css
<style>
a { background-color: #0C6405; }
a { background-color: rgb(12,100,5); }
div.DivClassName
{
background-color: #0C6405;
}
.BgClassName
{
background-color: #0C6405;
}
</style>
border-color css
<style>
span { border-color: #0C6405; }
span { border-color: rgb(12,100,5); }
td.TdClassName
{
border-color: #0C6405;
}
.TagClassName
{
border-color: #0C6405;
}
</style>