Shades of Green #085D07
Tints of Green #085D07
RGB
CMYK
RGB Variations
Color information
#085D07 (or 0x085D07) is known color: Green. HEX triplet: 08, 5D and 07. RGB value is (8,93,7). Sum of RGB (Red+Green+Blue) = 8+93+7=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 93 (36.72% from 255 or 86.11% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 93 - color contains mainly: green. Hex color #085D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D07 is #F7A2F8. Grayscale: #3A3A3A. Windows color (decimal): -16229113 or 482568. OLE color: 482568.
HSL color Cylindrical-coordinate representation of color #085D07: hue angle of 119.3º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085D07 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 7 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.64 |
| HSL | 119.3º | 0.86% | 0.2% | - |
| HSV(B) | 119.3º | 0.92% | 0.36% | - |
| XYZ | 4.05 | 7.9 | 1.51 | - |
| YUV | 57.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 7 | 0.91 | 0 | 0.92 | 0.64 | 119.3 | 0.86 | 0.2 |
| Hex | 8 | 5D | 7 | 5B | 0 | 5C | 40 | 77 | 56 | 14 |
| Octal | 10 | 135 | 7 | 133 | 0 | 134 | 100 | 167 | 126 | 24 |
| Binary | 1000 | 1011101 | 111 | 1011011 | 0 | 1011100 | 1000000 | 1110111 | 1010110 | 10100 |
Color Harmonies of #085D07
Complementary color
Monochromatic Colors of #085D07
Black with #085D07
Text Example
Text Example
White with #085D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D07; }
p { color: rgb(8,93,7); }
H1.HeaderClassName
{
color: #085D07;
}
.AnyTagClassName
{
color: #085D07;
}
</style>
background-color css
<style>
a { background-color: #085D07; }
a { background-color: rgb(8,93,7); }
div.DivClassName
{
background-color: #085D07;
}
.BgClassName
{
background-color: #085D07;
}
</style>
border-color css
<style>
span { border-color: #085D07; }
span { border-color: rgb(8,93,7); }
td.TdClassName
{
border-color: #085D07;
}
.TagClassName
{
border-color: #085D07;
}
</style>