Shades of Green #085D08
Tints of Green #085D08
RGB
CMYK
RGB Variations
Color information
#085D08 (or 0x085D08) is known color: Green. HEX triplet: 08, 5D and 08. RGB value is (8,93,8). Sum of RGB (Red+Green+Blue) = 8+93+8=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 93 (36.72% from 255 or 85.32% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 93 - color contains mainly: green. Hex color #085D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D08 is #F7A2F7. Grayscale: #3A3A3A. Windows color (decimal): -16229112 or 548104. OLE color: 548104.
HSL color Cylindrical-coordinate representation of color #085D08: hue angle of 120º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D08 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 8 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.64 |
| HSL | 120º | 0.84% | 0.2% | - |
| HSV(B) | 120º | 0.91% | 0.36% | - |
| XYZ | 4.06 | 7.9 | 1.54 | - |
| YUV | 57.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 8 | 0.91 | 0 | 0.91 | 0.64 | 120 | 0.84 | 0.2 |
| Hex | 8 | 5D | 8 | 5B | 0 | 5B | 40 | 78 | 54 | 14 |
| Octal | 10 | 135 | 10 | 133 | 0 | 133 | 100 | 170 | 124 | 24 |
| Binary | 1000 | 1011101 | 1000 | 1011011 | 0 | 1011011 | 1000000 | 1111000 | 1010100 | 10100 |
Color Harmonies of #085D08
Complementary color
Monochromatic Colors of #085D08
Black with #085D08
Text Example
Text Example
White with #085D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D08; }
p { color: rgb(8,93,8); }
H1.HeaderClassName
{
color: #085D08;
}
.AnyTagClassName
{
color: #085D08;
}
</style>
background-color css
<style>
a { background-color: #085D08; }
a { background-color: rgb(8,93,8); }
div.DivClassName
{
background-color: #085D08;
}
.BgClassName
{
background-color: #085D08;
}
</style>
border-color css
<style>
span { border-color: #085D08; }
span { border-color: rgb(8,93,8); }
td.TdClassName
{
border-color: #085D08;
}
.TagClassName
{
border-color: #085D08;
}
</style>