Shades of Green #0C6708
Tints of Green #0C6708
RGB
CMYK
RGB Variations
Color information
#0C6708 (or 0x0C6708) is known color: Green. HEX triplet: 0C, 67 and 08. RGB value is (12,103,8). Sum of RGB (Red+Green+Blue) = 12+103+8=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 103 (40.62% from 255 or 83.74% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 103 - color contains mainly: green. Hex color #0C6708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6708 is #F398F7. Grayscale: #414141. Windows color (decimal): -15964408 or 550668. OLE color: 550668.
HSL color Cylindrical-coordinate representation of color #0C6708: hue angle of 117.47º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6708 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 103 | 8 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.60 |
| HSL | 117.47º | 0.86% | 0.22% | - |
| HSV(B) | 117.47º | 0.92% | 0.4% | - |
| XYZ | 5.05 | 9.8 | 1.85 | - |
| YUV | 64.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 103 | 8 | 0.88 | 0 | 0.92 | 0.60 | 117.47 | 0.86 | 0.22 |
| Hex | C | 67 | 8 | 58 | 0 | 5C | 3C | 75 | 56 | 16 |
| Octal | 14 | 147 | 10 | 130 | 0 | 134 | 74 | 165 | 126 | 26 |
| Binary | 1100 | 1100111 | 1000 | 1011000 | 0 | 1011100 | 111100 | 1110101 | 1010110 | 10110 |
Color Harmonies of #0C6708
Complementary color
Monochromatic Colors of #0C6708
Black with #0C6708
Text Example
Text Example
White with #0C6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6708; }
p { color: rgb(12,103,8); }
H1.HeaderClassName
{
color: #0C6708;
}
.AnyTagClassName
{
color: #0C6708;
}
</style>
background-color css
<style>
a { background-color: #0C6708; }
a { background-color: rgb(12,103,8); }
div.DivClassName
{
background-color: #0C6708;
}
.BgClassName
{
background-color: #0C6708;
}
</style>
border-color css
<style>
span { border-color: #0C6708; }
span { border-color: rgb(12,103,8); }
td.TdClassName
{
border-color: #0C6708;
}
.TagClassName
{
border-color: #0C6708;
}
</style>