Shades of Green #00861B
Tints of Green #00861B
RGB
CMYK
RGB Variations
Color information
#00861B (or 0x00861B) is known color: Green. HEX triplet: 00, 86 and 1B. RGB value is (0,134,27). Sum of RGB (Red+Green+Blue) = 0+134+27=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 134 (52.73% from 255 or 83.23% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 134 - color contains mainly: green. Hex color #00861B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00861B is #FF79E4. Grayscale: #525252. Windows color (decimal): -16742885 or 1803776. OLE color: 1803776.
HSL color Cylindrical-coordinate representation of color #00861B: hue angle of 132.09º 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 #00861B is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 27 | - |
| CMYK | 1 | 0 | 0.80 | 0.47 |
| HSL | 132.09º | 1% | 0.26% | - |
| HSV(B) | 132.09º | 1% | 0.53% | - |
| XYZ | 8.72 | 17.13 | 3.88 | - |
| YUV | 81.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 27 | 1 | 0 | 0.80 | 0.47 | 132.09 | 1 | 0.26 |
| Hex | 0 | 86 | 1B | 64 | 0 | 50 | 2F | 84 | 64 | 1A |
| Octal | 0 | 206 | 33 | 144 | 0 | 120 | 57 | 204 | 144 | 32 |
| Binary | 0 | 10000110 | 11011 | 1100100 | 0 | 1010000 | 101111 | 10000100 | 1100100 | 11010 |
Color Harmonies of #00861B
Complementary color
Monochromatic Colors of #00861B
Black with #00861B
Text Example
Text Example
White with #00861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00861B; }
p { color: rgb(0,134,27); }
H1.HeaderClassName
{
color: #00861B;
}
.AnyTagClassName
{
color: #00861B;
}
</style>
background-color css
<style>
a { background-color: #00861B; }
a { background-color: rgb(0,134,27); }
div.DivClassName
{
background-color: #00861B;
}
.BgClassName
{
background-color: #00861B;
}
</style>
border-color css
<style>
span { border-color: #00861B; }
span { border-color: rgb(0,134,27); }
td.TdClassName
{
border-color: #00861B;
}
.TagClassName
{
border-color: #00861B;
}
</style>