Shades of Fun Green #085934
Tints of Fun Green #085934
RGB
CMYK
RGB Variations
Color information
#085934 (or 0x085934) is known color: Fun Green. HEX triplet: 08, 59 and 34. RGB value is (8,89,52). Sum of RGB (Red+Green+Blue) = 8+89+52=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #085934 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085934 is #F7A6CB. Grayscale: #3C3C3C. Windows color (decimal): -16230092 or 3430664. OLE color: 3430664.
HSL color Cylindrical-coordinate representation of color #085934: hue angle of 152.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085934 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 52 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.65 |
| HSL | 152.59º | 0.84% | 0.19% | - |
| HSV(B) | 152.59º | 0.91% | 0.35% | - |
| XYZ | 4.29 | 7.44 | 4.46 | - |
| YUV | 60.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 52 | 0.91 | 0 | 0.42 | 0.65 | 152.59 | 0.84 | 0.19 |
| Hex | 8 | 59 | 34 | 5B | 0 | 2A | 41 | 99 | 54 | 13 |
| Octal | 10 | 131 | 64 | 133 | 0 | 52 | 101 | 231 | 124 | 23 |
| Binary | 1000 | 1011001 | 110100 | 1011011 | 0 | 101010 | 1000001 | 10011001 | 1010100 | 10011 |
Color Harmonies of #085934
Complementary color
Monochromatic Colors of #085934
Black with #085934
Text Example
Text Example
White with #085934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085934; }
p { color: rgb(8,89,52); }
H1.HeaderClassName
{
color: #085934;
}
.AnyTagClassName
{
color: #085934;
}
</style>
background-color css
<style>
a { background-color: #085934; }
a { background-color: rgb(8,89,52); }
div.DivClassName
{
background-color: #085934;
}
.BgClassName
{
background-color: #085934;
}
</style>
border-color css
<style>
span { border-color: #085934; }
span { border-color: rgb(8,89,52); }
td.TdClassName
{
border-color: #085934;
}
.TagClassName
{
border-color: #085934;
}
</style>