Shades of Green #085F00
Tints of Green #085F00
RGB
CMYK
RGB Variations
Color information
#085F00 (or 0x085F00) is known color: Green. HEX triplet: 08, 5F and 00. RGB value is (8,95,0). Sum of RGB (Red+Green+Blue) = 8+95+0=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 95 (37.5% from 255 or 92.23% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 95 - color contains mainly: green. Hex color #085F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085F00 is #F7A0FF. Grayscale: #3A3A3A. Windows color (decimal): -16228608 or 24328. OLE color: 24328.
HSL color Cylindrical-coordinate representation of color #085F00: hue angle of 114.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #085F00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.63 |
| HSL | 114.95º | 1% | 0.19% | - |
| HSV(B) | 114.95º | 1% | 0.37% | - |
| XYZ | 4.19 | 8.24 | 1.37 | - |
| YUV | 58.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 0 | 0.92 | 0 | 1 | 0.63 | 114.95 | 1 | 0.19 |
| Hex | 8 | 5F | 0 | 5C | 0 | 64 | 3F | 73 | 64 | 13 |
| Octal | 10 | 137 | 0 | 134 | 0 | 144 | 77 | 163 | 144 | 23 |
| Binary | 1000 | 1011111 | 0 | 1011100 | 0 | 1100100 | 111111 | 1110011 | 1100100 | 10011 |
Color Harmonies of #085F00
Complementary color
Monochromatic Colors of #085F00
Black with #085F00
Text Example
Text Example
White with #085F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F00; }
p { color: rgb(8,95,0); }
H1.HeaderClassName
{
color: #085F00;
}
.AnyTagClassName
{
color: #085F00;
}
</style>
background-color css
<style>
a { background-color: #085F00; }
a { background-color: rgb(8,95,0); }
div.DivClassName
{
background-color: #085F00;
}
.BgClassName
{
background-color: #085F00;
}
</style>
border-color css
<style>
span { border-color: #085F00; }
span { border-color: rgb(8,95,0); }
td.TdClassName
{
border-color: #085F00;
}
.TagClassName
{
border-color: #085F00;
}
</style>