Shades of Green #085B0B
Tints of Green #085B0B
RGB
CMYK
RGB Variations
Color information
#085B0B (or 0x085B0B) is known color: Green. HEX triplet: 08, 5B and 0B. RGB value is (8,91,11). Sum of RGB (Red+Green+Blue) = 8+91+11=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 91 (35.94% from 255 or 82.73% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 91 - color contains mainly: green. Hex color #085B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B0B is #F7A4F4. Grayscale: #393939. Windows color (decimal): -16229621 or 744200. OLE color: 744200.
HSL color Cylindrical-coordinate representation of color #085B0B: hue angle of 122.17º 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 #085B0B is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 11 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.64 |
| HSL | 122.17º | 0.84% | 0.19% | - |
| HSV(B) | 122.17º | 0.91% | 0.36% | - |
| XYZ | 3.9 | 7.56 | 1.57 | - |
| YUV | 57.06 | 102 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 11 | 0.91 | 0 | 0.88 | 0.64 | 122.17 | 0.84 | 0.19 |
| Hex | 8 | 5B | B | 5B | 0 | 58 | 40 | 7A | 54 | 13 |
| Octal | 10 | 133 | 13 | 133 | 0 | 130 | 100 | 172 | 124 | 23 |
| Binary | 1000 | 1011011 | 1011 | 1011011 | 0 | 1011000 | 1000000 | 1111010 | 1010100 | 10011 |
Color Harmonies of #085B0B
Complementary color
Monochromatic Colors of #085B0B
Black with #085B0B
Text Example
Text Example
White with #085B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B0B; }
p { color: rgb(8,91,11); }
H1.HeaderClassName
{
color: #085B0B;
}
.AnyTagClassName
{
color: #085B0B;
}
</style>
background-color css
<style>
a { background-color: #085B0B; }
a { background-color: rgb(8,91,11); }
div.DivClassName
{
background-color: #085B0B;
}
.BgClassName
{
background-color: #085B0B;
}
</style>
border-color css
<style>
span { border-color: #085B0B; }
span { border-color: rgb(8,91,11); }
td.TdClassName
{
border-color: #085B0B;
}
.TagClassName
{
border-color: #085B0B;
}
</style>