Shades of Green #085F0A
Tints of Green #085F0A
RGB
CMYK
RGB Variations
Color information
#085F0A (or 0x085F0A) is known color: Green. HEX triplet: 08, 5F and 0A. RGB value is (8,95,10). Sum of RGB (Red+Green+Blue) = 8+95+10=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 95 (37.5% from 255 or 84.07% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 95 - color contains mainly: green. Hex color #085F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085F0A is #F7A0F5. Grayscale: #3B3B3B. Windows color (decimal): -16228598 or 679688. OLE color: 679688.
HSL color Cylindrical-coordinate representation of color #085F0A: hue angle of 121.38º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F0A is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 10 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.63 |
| HSL | 121.38º | 0.84% | 0.2% | - |
| HSV(B) | 121.38º | 0.92% | 0.37% | - |
| XYZ | 4.25 | 8.26 | 1.66 | - |
| YUV | 59.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 10 | 0.92 | 0 | 0.89 | 0.63 | 121.38 | 0.84 | 0.2 |
| Hex | 8 | 5F | A | 5C | 0 | 59 | 3F | 79 | 54 | 14 |
| Octal | 10 | 137 | 12 | 134 | 0 | 131 | 77 | 171 | 124 | 24 |
| Binary | 1000 | 1011111 | 1010 | 1011100 | 0 | 1011001 | 111111 | 1111001 | 1010100 | 10100 |
Color Harmonies of #085F0A
Complementary color
Monochromatic Colors of #085F0A
Black with #085F0A
Text Example
Text Example
White with #085F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F0A; }
p { color: rgb(8,95,10); }
H1.HeaderClassName
{
color: #085F0A;
}
.AnyTagClassName
{
color: #085F0A;
}
</style>
background-color css
<style>
a { background-color: #085F0A; }
a { background-color: rgb(8,95,10); }
div.DivClassName
{
background-color: #085F0A;
}
.BgClassName
{
background-color: #085F0A;
}
</style>
border-color css
<style>
span { border-color: #085F0A; }
span { border-color: rgb(8,95,10); }
td.TdClassName
{
border-color: #085F0A;
}
.TagClassName
{
border-color: #085F0A;
}
</style>