Shades of Green #085907
Tints of Green #085907
RGB
CMYK
RGB Variations
Color information
#085907 (or 0x085907) is known color: Green. HEX triplet: 08, 59 and 07. RGB value is (8,89,7). Sum of RGB (Red+Green+Blue) = 8+89+7=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 89 (35.16% from 255 or 85.58% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 89 - color contains mainly: green. Hex color #085907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085907 is #F7A6F8. Grayscale: #373737. Windows color (decimal): -16230137 or 481544. OLE color: 481544.
HSL color Cylindrical-coordinate representation of color #085907: hue angle of 119.27º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085907 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 7 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.65 |
| HSL | 119.27º | 0.85% | 0.19% | - |
| HSV(B) | 119.27º | 0.92% | 0.35% | - |
| XYZ | 3.71 | 7.21 | 1.4 | - |
| YUV | 55.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 7 | 0.91 | 0 | 0.92 | 0.65 | 119.27 | 0.85 | 0.19 |
| Hex | 8 | 59 | 7 | 5B | 0 | 5C | 41 | 77 | 55 | 13 |
| Octal | 10 | 131 | 7 | 133 | 0 | 134 | 101 | 167 | 125 | 23 |
| Binary | 1000 | 1011001 | 111 | 1011011 | 0 | 1011100 | 1000001 | 1110111 | 1010101 | 10011 |
Color Harmonies of #085907
Complementary color
Monochromatic Colors of #085907
Black with #085907
Text Example
Text Example
White with #085907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085907; }
p { color: rgb(8,89,7); }
H1.HeaderClassName
{
color: #085907;
}
.AnyTagClassName
{
color: #085907;
}
</style>
background-color css
<style>
a { background-color: #085907; }
a { background-color: rgb(8,89,7); }
div.DivClassName
{
background-color: #085907;
}
.BgClassName
{
background-color: #085907;
}
</style>
border-color css
<style>
span { border-color: #085907; }
span { border-color: rgb(8,89,7); }
td.TdClassName
{
border-color: #085907;
}
.TagClassName
{
border-color: #085907;
}
</style>