Shades of Green #086500
Tints of Green #086500
RGB
CMYK
RGB Variations
Color information
#086500 (or 0x086500) is known color: Green. HEX triplet: 08, 65 and 00. RGB value is (8,101,0). Sum of RGB (Red+Green+Blue) = 8+101+0=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 101 (39.84% from 255 or 92.66% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 101 - color contains mainly: green. Hex color #086500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086500 is #F79AFF. Grayscale: #3D3D3D. Windows color (decimal): -16227072 or 25864. OLE color: 25864.
HSL color Cylindrical-coordinate representation of color #086500: hue angle of 115.25º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #086500 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.60 |
| HSL | 115.25º | 1% | 0.2% | - |
| HSV(B) | 115.25º | 1% | 0.4% | - |
| XYZ | 4.75 | 9.36 | 1.56 | - |
| YUV | 61.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 0 | 0.92 | 0 | 1 | 0.60 | 115.25 | 1 | 0.2 |
| Hex | 8 | 65 | 0 | 5C | 0 | 64 | 3C | 73 | 64 | 14 |
| Octal | 10 | 145 | 0 | 134 | 0 | 144 | 74 | 163 | 144 | 24 |
| Binary | 1000 | 1100101 | 0 | 1011100 | 0 | 1100100 | 111100 | 1110011 | 1100100 | 10100 |
Color Harmonies of #086500
Complementary color
Monochromatic Colors of #086500
Black with #086500
Text Example
Text Example
White with #086500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086500; }
p { color: rgb(8,101,0); }
H1.HeaderClassName
{
color: #086500;
}
.AnyTagClassName
{
color: #086500;
}
</style>
background-color css
<style>
a { background-color: #086500; }
a { background-color: rgb(8,101,0); }
div.DivClassName
{
background-color: #086500;
}
.BgClassName
{
background-color: #086500;
}
</style>
border-color css
<style>
span { border-color: #086500; }
span { border-color: rgb(8,101,0); }
td.TdClassName
{
border-color: #086500;
}
.TagClassName
{
border-color: #086500;
}
</style>