Shades of Green #0C8107
Tints of Green #0C8107
RGB
CMYK
RGB Variations
Color information
#0C8107 (or 0x0C8107) is known color: Green. HEX triplet: 0C, 81 and 07. RGB value is (12,129,7). Sum of RGB (Red+Green+Blue) = 12+129+7=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 129 (50.78% from 255 or 87.16% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 129 - color contains mainly: green. Hex color #0C8107 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8107 is #F37EF8. Grayscale: #505050. Windows color (decimal): -15957753 or 491788. OLE color: 491788.
HSL color Cylindrical-coordinate representation of color #0C8107: hue angle of 117.54º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8107 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 129 | 7 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.49 |
| HSL | 117.54º | 0.9% | 0.27% | - |
| HSV(B) | 117.54º | 0.95% | 0.51% | - |
| XYZ | 8.04 | 15.79 | 2.83 | - |
| YUV | 80.11 | 86.74 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 7 | 0.91 | 0 | 0.95 | 0.49 | 117.54 | 0.9 | 0.27 |
| Hex | C | 81 | 7 | 5B | 0 | 5F | 31 | 76 | 5A | 1B |
| Octal | 14 | 201 | 7 | 133 | 0 | 137 | 61 | 166 | 132 | 33 |
| Binary | 1100 | 10000001 | 111 | 1011011 | 0 | 1011111 | 110001 | 1110110 | 1011010 | 11011 |
Color Harmonies of #0C8107
Complementary color
Monochromatic Colors of #0C8107
Black with #0C8107
Text Example
Text Example
White with #0C8107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8107; }
p { color: rgb(12,129,7); }
H1.HeaderClassName
{
color: #0C8107;
}
.AnyTagClassName
{
color: #0C8107;
}
</style>
background-color css
<style>
a { background-color: #0C8107; }
a { background-color: rgb(12,129,7); }
div.DivClassName
{
background-color: #0C8107;
}
.BgClassName
{
background-color: #0C8107;
}
</style>
border-color css
<style>
span { border-color: #0C8107; }
span { border-color: rgb(12,129,7); }
td.TdClassName
{
border-color: #0C8107;
}
.TagClassName
{
border-color: #0C8107;
}
</style>