Shades of Green #00860C
Tints of Green #00860C
RGB
CMYK
RGB Variations
Color information
#00860C (or 0x00860C) is known color: Green. HEX triplet: 00, 86 and 0C. RGB value is (0,134,12). Sum of RGB (Red+Green+Blue) = 0+134+12=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 134 (52.73% from 255 or 91.78% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 134 - color contains mainly: green. Hex color #00860C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00860C is #FF79F3. Grayscale: #505050. Windows color (decimal): -16742900 or 820736. OLE color: 820736.
HSL color Cylindrical-coordinate representation of color #00860C: hue angle of 125.37º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00860C is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 12 | - |
| CMYK | 1 | 0 | 0.91 | 0.47 |
| HSL | 125.37º | 1% | 0.26% | - |
| HSV(B) | 125.37º | 1% | 0.53% | - |
| XYZ | 8.59 | 17.08 | 3.19 | - |
| YUV | 80.03 | 89.61 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 12 | 1 | 0 | 0.91 | 0.47 | 125.37 | 1 | 0.26 |
| Hex | 0 | 86 | C | 64 | 0 | 5B | 2F | 7D | 64 | 1A |
| Octal | 0 | 206 | 14 | 144 | 0 | 133 | 57 | 175 | 144 | 32 |
| Binary | 0 | 10000110 | 1100 | 1100100 | 0 | 1011011 | 101111 | 1111101 | 1100100 | 11010 |
Color Harmonies of #00860C
Complementary color
Monochromatic Colors of #00860C
Black with #00860C
Text Example
Text Example
White with #00860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00860C; }
p { color: rgb(0,134,12); }
H1.HeaderClassName
{
color: #00860C;
}
.AnyTagClassName
{
color: #00860C;
}
</style>
background-color css
<style>
a { background-color: #00860C; }
a { background-color: rgb(0,134,12); }
div.DivClassName
{
background-color: #00860C;
}
.BgClassName
{
background-color: #00860C;
}
</style>
border-color css
<style>
span { border-color: #00860C; }
span { border-color: rgb(0,134,12); }
td.TdClassName
{
border-color: #00860C;
}
.TagClassName
{
border-color: #00860C;
}
</style>