Shades of Green #0C7718
Tints of Green #0C7718
RGB
CMYK
RGB Variations
Color information
#0C7718 (or 0x0C7718) is known color: Green. HEX triplet: 0C, 77 and 18. RGB value is (12,119,24). Sum of RGB (Red+Green+Blue) = 12+119+24=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7718 is #F388E7. Grayscale: #4C4C4C. Windows color (decimal): -15960296 or 1603340. OLE color: 1603340.
HSL color Cylindrical-coordinate representation of color #0C7718: hue angle of 126.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7718 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 24 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.53 |
| HSL | 126.73º | 0.82% | 0.26% | - |
| HSV(B) | 126.73º | 0.9% | 0.47% | - |
| XYZ | 6.91 | 13.34 | 3.07 | - |
| YUV | 76.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 24 | 0.90 | 0 | 0.80 | 0.53 | 126.73 | 0.82 | 0.26 |
| Hex | C | 77 | 18 | 5A | 0 | 50 | 35 | 7F | 52 | 1A |
| Octal | 14 | 167 | 30 | 132 | 0 | 120 | 65 | 177 | 122 | 32 |
| Binary | 1100 | 1110111 | 11000 | 1011010 | 0 | 1010000 | 110101 | 1111111 | 1010010 | 11010 |
Color Harmonies of #0C7718
Complementary color
Monochromatic Colors of #0C7718
Black with #0C7718
Text Example
Text Example
White with #0C7718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7718; }
p { color: rgb(12,119,24); }
H1.HeaderClassName
{
color: #0C7718;
}
.AnyTagClassName
{
color: #0C7718;
}
</style>
background-color css
<style>
a { background-color: #0C7718; }
a { background-color: rgb(12,119,24); }
div.DivClassName
{
background-color: #0C7718;
}
.BgClassName
{
background-color: #0C7718;
}
</style>
border-color css
<style>
span { border-color: #0C7718; }
span { border-color: rgb(12,119,24); }
td.TdClassName
{
border-color: #0C7718;
}
.TagClassName
{
border-color: #0C7718;
}
</style>