Shades of Green #085B09
Tints of Green #085B09
RGB
CMYK
RGB Variations
Color information
#085B09 (or 0x085B09) is known color: Green. HEX triplet: 08, 5B and 09. RGB value is (8,91,9). Sum of RGB (Red+Green+Blue) = 8+91+9=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 91 (35.94% from 255 or 84.26% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 91 - color contains mainly: green. Hex color #085B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B09 is #F7A4F6. Grayscale: #393939. Windows color (decimal): -16229623 or 613128. OLE color: 613128.
HSL color Cylindrical-coordinate representation of color #085B09: hue angle of 120.72º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B09 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 9 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.64 |
| HSL | 120.72º | 0.84% | 0.19% | - |
| HSV(B) | 120.72º | 0.91% | 0.36% | - |
| XYZ | 3.89 | 7.55 | 1.51 | - |
| YUV | 56.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 9 | 0.91 | 0 | 0.90 | 0.64 | 120.72 | 0.84 | 0.19 |
| Hex | 8 | 5B | 9 | 5B | 0 | 5A | 40 | 79 | 54 | 13 |
| Octal | 10 | 133 | 11 | 133 | 0 | 132 | 100 | 171 | 124 | 23 |
| Binary | 1000 | 1011011 | 1001 | 1011011 | 0 | 1011010 | 1000000 | 1111001 | 1010100 | 10011 |
Color Harmonies of #085B09
Complementary color
Monochromatic Colors of #085B09
Black with #085B09
Text Example
Text Example
White with #085B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B09; }
p { color: rgb(8,91,9); }
H1.HeaderClassName
{
color: #085B09;
}
.AnyTagClassName
{
color: #085B09;
}
</style>
background-color css
<style>
a { background-color: #085B09; }
a { background-color: rgb(8,91,9); }
div.DivClassName
{
background-color: #085B09;
}
.BgClassName
{
background-color: #085B09;
}
</style>
border-color css
<style>
span { border-color: #085B09; }
span { border-color: rgb(8,91,9); }
td.TdClassName
{
border-color: #085B09;
}
.TagClassName
{
border-color: #085B09;
}
</style>