Shades of Green #085D04
Tints of Green #085D04
RGB
CMYK
RGB Variations
Color information
#085D04 (or 0x085D04) is known color: Green. HEX triplet: 08, 5D and 04. RGB value is (8,93,4). Sum of RGB (Red+Green+Blue) = 8+93+4=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 93 (36.72% from 255 or 88.57% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 93 - color contains mainly: green. Hex color #085D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D04 is #F7A2FB. Grayscale: #393939. Windows color (decimal): -16229116 or 285960. OLE color: 285960.
HSL color Cylindrical-coordinate representation of color #085D04: hue angle of 117.3º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085D04 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 4 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.64 |
| HSL | 117.3º | 0.92% | 0.19% | - |
| HSV(B) | 117.3º | 0.96% | 0.36% | - |
| XYZ | 4.04 | 7.89 | 1.42 | - |
| YUV | 57.44 | 97.84 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 4 | 0.91 | 0 | 0.96 | 0.64 | 117.3 | 0.92 | 0.19 |
| Hex | 8 | 5D | 4 | 5B | 0 | 60 | 40 | 75 | 5C | 13 |
| Octal | 10 | 135 | 4 | 133 | 0 | 140 | 100 | 165 | 134 | 23 |
| Binary | 1000 | 1011101 | 100 | 1011011 | 0 | 1100000 | 1000000 | 1110101 | 1011100 | 10011 |
Color Harmonies of #085D04
Complementary color
Monochromatic Colors of #085D04
Black with #085D04
Text Example
Text Example
White with #085D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D04; }
p { color: rgb(8,93,4); }
H1.HeaderClassName
{
color: #085D04;
}
.AnyTagClassName
{
color: #085D04;
}
</style>
background-color css
<style>
a { background-color: #085D04; }
a { background-color: rgb(8,93,4); }
div.DivClassName
{
background-color: #085D04;
}
.BgClassName
{
background-color: #085D04;
}
</style>
border-color css
<style>
span { border-color: #085D04; }
span { border-color: rgb(8,93,4); }
td.TdClassName
{
border-color: #085D04;
}
.TagClassName
{
border-color: #085D04;
}
</style>