Shades of Green #00861C
Tints of Green #00861C
RGB
CMYK
RGB Variations
Color information
#00861C (or 0x00861C) is known color: Green. HEX triplet: 00, 86 and 1C. RGB value is (0,134,28). Sum of RGB (Red+Green+Blue) = 0+134+28=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 134 (52.73% from 255 or 82.72% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 134 - color contains mainly: green. Hex color #00861C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00861C is #FF79E3. Grayscale: #525252. Windows color (decimal): -16742884 or 1869312. OLE color: 1869312.
HSL color Cylindrical-coordinate representation of color #00861C: hue angle of 132.54º 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 #00861C is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 28 | - |
| CMYK | 1 | 0 | 0.79 | 0.47 |
| HSL | 132.54º | 1% | 0.26% | - |
| HSV(B) | 132.54º | 1% | 0.53% | - |
| XYZ | 8.73 | 17.13 | 3.95 | - |
| YUV | 81.85 | 97.61 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 28 | 1 | 0 | 0.79 | 0.47 | 132.54 | 1 | 0.26 |
| Hex | 0 | 86 | 1C | 64 | 0 | 4F | 2F | 85 | 64 | 1A |
| Octal | 0 | 206 | 34 | 144 | 0 | 117 | 57 | 205 | 144 | 32 |
| Binary | 0 | 10000110 | 11100 | 1100100 | 0 | 1001111 | 101111 | 10000101 | 1100100 | 11010 |
Color Harmonies of #00861C
Complementary color
Monochromatic Colors of #00861C
Black with #00861C
Text Example
Text Example
White with #00861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00861C; }
p { color: rgb(0,134,28); }
H1.HeaderClassName
{
color: #00861C;
}
.AnyTagClassName
{
color: #00861C;
}
</style>
background-color css
<style>
a { background-color: #00861C; }
a { background-color: rgb(0,134,28); }
div.DivClassName
{
background-color: #00861C;
}
.BgClassName
{
background-color: #00861C;
}
</style>
border-color css
<style>
span { border-color: #00861C; }
span { border-color: rgb(0,134,28); }
td.TdClassName
{
border-color: #00861C;
}
.TagClassName
{
border-color: #00861C;
}
</style>