Shades of Green #0C7817
Tints of Green #0C7817
RGB
CMYK
RGB Variations
Color information
#0C7817 (or 0x0C7817) is known color: Green. HEX triplet: 0C, 78 and 17. RGB value is (12,120,23). Sum of RGB (Red+Green+Blue) = 12+120+23=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7817 is #F387E8. Grayscale: #4C4C4C. Windows color (decimal): -15960041 or 1538060. OLE color: 1538060.
HSL color Cylindrical-coordinate representation of color #0C7817: hue angle of 126.11º 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 #0C7817 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 23 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.53 |
| HSL | 126.11º | 0.82% | 0.26% | - |
| HSV(B) | 126.11º | 0.9% | 0.47% | - |
| XYZ | 7.02 | 13.57 | 3.06 | - |
| YUV | 76.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 23 | 0.90 | 0 | 0.81 | 0.53 | 126.11 | 0.82 | 0.26 |
| Hex | C | 78 | 17 | 5A | 0 | 51 | 35 | 7E | 52 | 1A |
| Octal | 14 | 170 | 27 | 132 | 0 | 121 | 65 | 176 | 122 | 32 |
| Binary | 1100 | 1111000 | 10111 | 1011010 | 0 | 1010001 | 110101 | 1111110 | 1010010 | 11010 |
Color Harmonies of #0C7817
Complementary color
Monochromatic Colors of #0C7817
Black with #0C7817
Text Example
Text Example
White with #0C7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7817; }
p { color: rgb(12,120,23); }
H1.HeaderClassName
{
color: #0C7817;
}
.AnyTagClassName
{
color: #0C7817;
}
</style>
background-color css
<style>
a { background-color: #0C7817; }
a { background-color: rgb(12,120,23); }
div.DivClassName
{
background-color: #0C7817;
}
.BgClassName
{
background-color: #0C7817;
}
</style>
border-color css
<style>
span { border-color: #0C7817; }
span { border-color: rgb(12,120,23); }
td.TdClassName
{
border-color: #0C7817;
}
.TagClassName
{
border-color: #0C7817;
}
</style>