Shades of Green #0C8713
Tints of Green #0C8713
RGB
CMYK
RGB Variations
Color information
#0C8713 (or 0x0C8713) is known color: Green. HEX triplet: 0C, 87 and 13. RGB value is (12,135,19). Sum of RGB (Red+Green+Blue) = 12+135+19=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 135 (53.12% from 255 or 81.33% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8713 is #F378EC. Grayscale: #555555. Windows color (decimal): -15956205 or 1279756. OLE color: 1279756.
HSL color Cylindrical-coordinate representation of color #0C8713: hue angle of 123.41º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8713 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 19 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.47 |
| HSL | 123.41º | 0.84% | 0.29% | - |
| HSV(B) | 123.41º | 0.91% | 0.53% | - |
| XYZ | 8.93 | 17.45 | 3.51 | - |
| YUV | 85 | 90.75 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 19 | 0.91 | 0 | 0.86 | 0.47 | 123.41 | 0.84 | 0.29 |
| Hex | C | 87 | 13 | 5B | 0 | 56 | 2F | 7B | 54 | 1D |
| Octal | 14 | 207 | 23 | 133 | 0 | 126 | 57 | 173 | 124 | 35 |
| Binary | 1100 | 10000111 | 10011 | 1011011 | 0 | 1010110 | 101111 | 1111011 | 1010100 | 11101 |
Color Harmonies of #0C8713
Complementary color
Monochromatic Colors of #0C8713
Black with #0C8713
Text Example
Text Example
White with #0C8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8713; }
p { color: rgb(12,135,19); }
H1.HeaderClassName
{
color: #0C8713;
}
.AnyTagClassName
{
color: #0C8713;
}
</style>
background-color css
<style>
a { background-color: #0C8713; }
a { background-color: rgb(12,135,19); }
div.DivClassName
{
background-color: #0C8713;
}
.BgClassName
{
background-color: #0C8713;
}
</style>
border-color css
<style>
span { border-color: #0C8713; }
span { border-color: rgb(12,135,19); }
td.TdClassName
{
border-color: #0C8713;
}
.TagClassName
{
border-color: #0C8713;
}
</style>