Shades of Green #085B08
Tints of Green #085B08
RGB
CMYK
RGB Variations
Color information
#085B08 (or 0x085B08) is known color: Green. HEX triplet: 08, 5B and 08. RGB value is (8,91,8). Sum of RGB (Red+Green+Blue) = 8+91+8=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 91 (35.94% from 255 or 85.05% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 91 - color contains mainly: green. Hex color #085B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B08 is #F7A4F7. Grayscale: #383838. Windows color (decimal): -16229624 or 547592. OLE color: 547592.
HSL color Cylindrical-coordinate representation of color #085B08: hue angle of 120º 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 #085B08 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 8 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.64 |
| HSL | 120º | 0.84% | 0.19% | - |
| HSV(B) | 120º | 0.91% | 0.36% | - |
| XYZ | 3.89 | 7.55 | 1.48 | - |
| YUV | 56.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 8 | 0.91 | 0 | 0.91 | 0.64 | 120 | 0.84 | 0.19 |
| Hex | 8 | 5B | 8 | 5B | 0 | 5B | 40 | 78 | 54 | 13 |
| Octal | 10 | 133 | 10 | 133 | 0 | 133 | 100 | 170 | 124 | 23 |
| Binary | 1000 | 1011011 | 1000 | 1011011 | 0 | 1011011 | 1000000 | 1111000 | 1010100 | 10011 |
Color Harmonies of #085B08
Complementary color
Monochromatic Colors of #085B08
Black with #085B08
Text Example
Text Example
White with #085B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B08; }
p { color: rgb(8,91,8); }
H1.HeaderClassName
{
color: #085B08;
}
.AnyTagClassName
{
color: #085B08;
}
</style>
background-color css
<style>
a { background-color: #085B08; }
a { background-color: rgb(8,91,8); }
div.DivClassName
{
background-color: #085B08;
}
.BgClassName
{
background-color: #085B08;
}
</style>
border-color css
<style>
span { border-color: #085B08; }
span { border-color: rgb(8,91,8); }
td.TdClassName
{
border-color: #085B08;
}
.TagClassName
{
border-color: #085B08;
}
</style>