Shades of Green #085A00
Tints of Green #085A00
RGB
CMYK
RGB Variations
Color information
#085A00 (or 0x085A00) is known color: Green. HEX triplet: 08, 5A and 00. RGB value is (8,90,0). Sum of RGB (Red+Green+Blue) = 8+90+0=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 90 (35.55% from 255 or 91.84% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 90 - color contains mainly: green. Hex color #085A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A00 is #F7A5FF. Grayscale: #373737. Windows color (decimal): -16229888 or 23048. OLE color: 23048.
HSL color Cylindrical-coordinate representation of color #085A00: hue angle of 114.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #085A00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.65 |
| HSL | 114.67º | 1% | 0.18% | - |
| HSV(B) | 114.67º | 1% | 0.35% | - |
| XYZ | 3.76 | 7.36 | 1.22 | - |
| YUV | 55.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 0 | 0.91 | 0 | 1 | 0.65 | 114.67 | 1 | 0.18 |
| Hex | 8 | 5A | 0 | 5B | 0 | 64 | 41 | 73 | 64 | 12 |
| Octal | 10 | 132 | 0 | 133 | 0 | 144 | 101 | 163 | 144 | 22 |
| Binary | 1000 | 1011010 | 0 | 1011011 | 0 | 1100100 | 1000001 | 1110011 | 1100100 | 10010 |
Color Harmonies of #085A00
Complementary color
Monochromatic Colors of #085A00
Black with #085A00
Text Example
Text Example
White with #085A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A00; }
p { color: rgb(8,90,0); }
H1.HeaderClassName
{
color: #085A00;
}
.AnyTagClassName
{
color: #085A00;
}
</style>
background-color css
<style>
a { background-color: #085A00; }
a { background-color: rgb(8,90,0); }
div.DivClassName
{
background-color: #085A00;
}
.BgClassName
{
background-color: #085A00;
}
</style>
border-color css
<style>
span { border-color: #085A00; }
span { border-color: rgb(8,90,0); }
td.TdClassName
{
border-color: #085A00;
}
.TagClassName
{
border-color: #085A00;
}
</style>