Shades of Green #085F01
Tints of Green #085F01
RGB
CMYK
RGB Variations
Color information
#085F01 (or 0x085F01) is known color: Green. HEX triplet: 08, 5F and 01. RGB value is (8,95,1). Sum of RGB (Red+Green+Blue) = 8+95+1=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 95 (37.5% from 255 or 91.35% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 95 - color contains mainly: green. Hex color #085F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085F01 is #F7A0FE. Grayscale: #3A3A3A. Windows color (decimal): -16228607 or 89864. OLE color: 89864.
HSL color Cylindrical-coordinate representation of color #085F01: hue angle of 115.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #085F01 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.63 |
| HSL | 115.53º | 0.98% | 0.19% | - |
| HSV(B) | 115.53º | 0.99% | 0.37% | - |
| XYZ | 4.2 | 8.24 | 1.4 | - |
| YUV | 58.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 1 | 0.92 | 0 | 0.99 | 0.63 | 115.53 | 0.98 | 0.19 |
| Hex | 8 | 5F | 1 | 5C | 0 | 63 | 3F | 74 | 62 | 13 |
| Octal | 10 | 137 | 1 | 134 | 0 | 143 | 77 | 164 | 142 | 23 |
| Binary | 1000 | 1011111 | 1 | 1011100 | 0 | 1100011 | 111111 | 1110100 | 1100010 | 10011 |
Color Harmonies of #085F01
Complementary color
Monochromatic Colors of #085F01
Black with #085F01
Text Example
Text Example
White with #085F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F01; }
p { color: rgb(8,95,1); }
H1.HeaderClassName
{
color: #085F01;
}
.AnyTagClassName
{
color: #085F01;
}
</style>
background-color css
<style>
a { background-color: #085F01; }
a { background-color: rgb(8,95,1); }
div.DivClassName
{
background-color: #085F01;
}
.BgClassName
{
background-color: #085F01;
}
</style>
border-color css
<style>
span { border-color: #085F01; }
span { border-color: rgb(8,95,1); }
td.TdClassName
{
border-color: #085F01;
}
.TagClassName
{
border-color: #085F01;
}
</style>