Shades of Green #085A04
Tints of Green #085A04
RGB
CMYK
RGB Variations
Color information
#085A04 (or 0x085A04) is known color: Green. HEX triplet: 08, 5A and 04. RGB value is (8,90,4). Sum of RGB (Red+Green+Blue) = 8+90+4=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 90 (35.55% from 255 or 88.24% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 90 - color contains mainly: green. Hex color #085A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A04 is #F7A5FB. Grayscale: #373737. Windows color (decimal): -16229884 or 285192. OLE color: 285192.
HSL color Cylindrical-coordinate representation of color #085A04: hue angle of 117.21º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085A04 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 4 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.65 |
| HSL | 117.21º | 0.91% | 0.18% | - |
| HSV(B) | 117.21º | 0.96% | 0.35% | - |
| XYZ | 3.78 | 7.37 | 1.34 | - |
| YUV | 55.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 4 | 0.91 | 0 | 0.96 | 0.65 | 117.21 | 0.91 | 0.18 |
| Hex | 8 | 5A | 4 | 5B | 0 | 60 | 41 | 75 | 5B | 12 |
| Octal | 10 | 132 | 4 | 133 | 0 | 140 | 101 | 165 | 133 | 22 |
| Binary | 1000 | 1011010 | 100 | 1011011 | 0 | 1100000 | 1000001 | 1110101 | 1011011 | 10010 |
Color Harmonies of #085A04
Complementary color
Monochromatic Colors of #085A04
Black with #085A04
Text Example
Text Example
White with #085A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A04; }
p { color: rgb(8,90,4); }
H1.HeaderClassName
{
color: #085A04;
}
.AnyTagClassName
{
color: #085A04;
}
</style>
background-color css
<style>
a { background-color: #085A04; }
a { background-color: rgb(8,90,4); }
div.DivClassName
{
background-color: #085A04;
}
.BgClassName
{
background-color: #085A04;
}
</style>
border-color css
<style>
span { border-color: #085A04; }
span { border-color: rgb(8,90,4); }
td.TdClassName
{
border-color: #085A04;
}
.TagClassName
{
border-color: #085A04;
}
</style>