Shades of Green #0C711C
Tints of Green #0C711C
RGB
CMYK
RGB Variations
Color information
#0C711C (or 0x0C711C) is known color: Green. HEX triplet: 0C, 71 and 1C. RGB value is (12,113,28). Sum of RGB (Red+Green+Blue) = 12+113+28=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #0C711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C711C is #F38EE3. Grayscale: #494949. Windows color (decimal): -15961828 or 1863948. OLE color: 1863948.
HSL color Cylindrical-coordinate representation of color #0C711C: hue angle of 129.5º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C711C is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 28 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.56 |
| HSL | 129.5º | 0.81% | 0.25% | - |
| HSV(B) | 129.5º | 0.89% | 0.44% | - |
| XYZ | 6.27 | 11.97 | 3.08 | - |
| YUV | 73.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 28 | 0.89 | 0 | 0.75 | 0.56 | 129.5 | 0.81 | 0.25 |
| Hex | C | 71 | 1C | 59 | 0 | 4B | 38 | 82 | 51 | 19 |
| Octal | 14 | 161 | 34 | 131 | 0 | 113 | 70 | 202 | 121 | 31 |
| Binary | 1100 | 1110001 | 11100 | 1011001 | 0 | 1001011 | 111000 | 10000010 | 1010001 | 11001 |
Color Harmonies of #0C711C
Complementary color
Monochromatic Colors of #0C711C
Black with #0C711C
Text Example
Text Example
White with #0C711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C711C; }
p { color: rgb(12,113,28); }
H1.HeaderClassName
{
color: #0C711C;
}
.AnyTagClassName
{
color: #0C711C;
}
</style>
background-color css
<style>
a { background-color: #0C711C; }
a { background-color: rgb(12,113,28); }
div.DivClassName
{
background-color: #0C711C;
}
.BgClassName
{
background-color: #0C711C;
}
</style>
border-color css
<style>
span { border-color: #0C711C; }
span { border-color: rgb(12,113,28); }
td.TdClassName
{
border-color: #0C711C;
}
.TagClassName
{
border-color: #0C711C;
}
</style>