Shades of Green #086400
Tints of Green #086400
RGB
CMYK
RGB Variations
Color information
#086400 (or 0x086400) is known color: Green. HEX triplet: 08, 64 and 00. RGB value is (8,100,0). Sum of RGB (Red+Green+Blue) = 8+100+0=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 100 (39.45% from 255 or 92.59% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 100 - color contains mainly: green. Hex color #086400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086400 is #F79BFF. Grayscale: #3D3D3D. Windows color (decimal): -16227328 or 25608. OLE color: 25608.
HSL color Cylindrical-coordinate representation of color #086400: hue angle of 115.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #086400 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.61 |
| HSL | 115.2º | 1% | 0.2% | - |
| HSV(B) | 115.2º | 1% | 0.39% | - |
| XYZ | 4.66 | 9.17 | 1.52 | - |
| YUV | 61.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 0 | 0.92 | 0 | 1 | 0.61 | 115.2 | 1 | 0.2 |
| Hex | 8 | 64 | 0 | 5C | 0 | 64 | 3D | 73 | 64 | 14 |
| Octal | 10 | 144 | 0 | 134 | 0 | 144 | 75 | 163 | 144 | 24 |
| Binary | 1000 | 1100100 | 0 | 1011100 | 0 | 1100100 | 111101 | 1110011 | 1100100 | 10100 |
Color Harmonies of #086400
Complementary color
Monochromatic Colors of #086400
Black with #086400
Text Example
Text Example
White with #086400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086400; }
p { color: rgb(8,100,0); }
H1.HeaderClassName
{
color: #086400;
}
.AnyTagClassName
{
color: #086400;
}
</style>
background-color css
<style>
a { background-color: #086400; }
a { background-color: rgb(8,100,0); }
div.DivClassName
{
background-color: #086400;
}
.BgClassName
{
background-color: #086400;
}
</style>
border-color css
<style>
span { border-color: #086400; }
span { border-color: rgb(8,100,0); }
td.TdClassName
{
border-color: #086400;
}
.TagClassName
{
border-color: #086400;
}
</style>