Shades of Green #0C8207
Tints of Green #0C8207
RGB
CMYK
RGB Variations
Color information
#0C8207 (or 0x0C8207) is known color: Green. HEX triplet: 0C, 82 and 07. RGB value is (12,130,7). Sum of RGB (Red+Green+Blue) = 12+130+7=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 130 (51.17% from 255 or 87.25% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8207 is #F37DF8. Grayscale: #515151. Windows color (decimal): -15957497 or 492044. OLE color: 492044.
HSL color Cylindrical-coordinate representation of color #0C8207: hue angle of 117.56º 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 #0C8207 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 7 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.49 |
| HSL | 117.56º | 0.9% | 0.27% | - |
| HSV(B) | 117.56º | 0.95% | 0.51% | - |
| XYZ | 8.17 | 16.06 | 2.87 | - |
| YUV | 80.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 7 | 0.91 | 0 | 0.95 | 0.49 | 117.56 | 0.9 | 0.27 |
| Hex | C | 82 | 7 | 5B | 0 | 5F | 31 | 76 | 5A | 1B |
| Octal | 14 | 202 | 7 | 133 | 0 | 137 | 61 | 166 | 132 | 33 |
| Binary | 1100 | 10000010 | 111 | 1011011 | 0 | 1011111 | 110001 | 1110110 | 1011010 | 11011 |
Color Harmonies of #0C8207
Complementary color
Monochromatic Colors of #0C8207
Black with #0C8207
Text Example
Text Example
White with #0C8207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8207; }
p { color: rgb(12,130,7); }
H1.HeaderClassName
{
color: #0C8207;
}
.AnyTagClassName
{
color: #0C8207;
}
</style>
background-color css
<style>
a { background-color: #0C8207; }
a { background-color: rgb(12,130,7); }
div.DivClassName
{
background-color: #0C8207;
}
.BgClassName
{
background-color: #0C8207;
}
</style>
border-color css
<style>
span { border-color: #0C8207; }
span { border-color: rgb(12,130,7); }
td.TdClassName
{
border-color: #0C8207;
}
.TagClassName
{
border-color: #0C8207;
}
</style>