Shades of Green #0C6508
Tints of Green #0C6508
RGB
CMYK
RGB Variations
Color information
#0C6508 (or 0x0C6508) is known color: Green. HEX triplet: 0C, 65 and 08. RGB value is (12,101,8). Sum of RGB (Red+Green+Blue) = 12+101+8=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 101 (39.84% from 255 or 83.47% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 101 - color contains mainly: green. Hex color #0C6508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6508 is #F39AF7. Grayscale: #404040. Windows color (decimal): -15964920 or 550156. OLE color: 550156.
HSL color Cylindrical-coordinate representation of color #0C6508: hue angle of 117.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6508 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 8 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.60 |
| HSL | 117.42º | 0.85% | 0.21% | - |
| HSV(B) | 117.42º | 0.92% | 0.4% | - |
| XYZ | 4.85 | 9.4 | 1.79 | - |
| YUV | 63.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 8 | 0.88 | 0 | 0.92 | 0.60 | 117.42 | 0.85 | 0.21 |
| Hex | C | 65 | 8 | 58 | 0 | 5C | 3C | 75 | 55 | 15 |
| Octal | 14 | 145 | 10 | 130 | 0 | 134 | 74 | 165 | 125 | 25 |
| Binary | 1100 | 1100101 | 1000 | 1011000 | 0 | 1011100 | 111100 | 1110101 | 1010101 | 10101 |
Color Harmonies of #0C6508
Complementary color
Monochromatic Colors of #0C6508
Black with #0C6508
Text Example
Text Example
White with #0C6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6508; }
p { color: rgb(12,101,8); }
H1.HeaderClassName
{
color: #0C6508;
}
.AnyTagClassName
{
color: #0C6508;
}
</style>
background-color css
<style>
a { background-color: #0C6508; }
a { background-color: rgb(12,101,8); }
div.DivClassName
{
background-color: #0C6508;
}
.BgClassName
{
background-color: #0C6508;
}
</style>
border-color css
<style>
span { border-color: #0C6508; }
span { border-color: rgb(12,101,8); }
td.TdClassName
{
border-color: #0C6508;
}
.TagClassName
{
border-color: #0C6508;
}
</style>