Shades of Fun Green #085936
Tints of Fun Green #085936
RGB
CMYK
RGB Variations
Color information
#085936 (or 0x085936) is known color: Fun Green. HEX triplet: 08, 59 and 36. RGB value is (8,89,54). Sum of RGB (Red+Green+Blue) = 8+89+54=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #085936 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085936 is #F7A6C9. Grayscale: #3C3C3C. Windows color (decimal): -16230090 or 3561736. OLE color: 3561736.
HSL color Cylindrical-coordinate representation of color #085936: hue angle of 154.07º 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 #085936 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 54 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.65 |
| HSL | 154.07º | 0.84% | 0.19% | - |
| HSV(B) | 154.07º | 0.91% | 0.35% | - |
| XYZ | 4.34 | 7.46 | 4.7 | - |
| YUV | 60.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 54 | 0.91 | 0 | 0.39 | 0.65 | 154.07 | 0.84 | 0.19 |
| Hex | 8 | 59 | 36 | 5B | 0 | 27 | 41 | 9A | 54 | 13 |
| Octal | 10 | 131 | 66 | 133 | 0 | 47 | 101 | 232 | 124 | 23 |
| Binary | 1000 | 1011001 | 110110 | 1011011 | 0 | 100111 | 1000001 | 10011010 | 1010100 | 10011 |
Color Harmonies of #085936
Complementary color
Monochromatic Colors of #085936
Black with #085936
Text Example
Text Example
White with #085936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085936; }
p { color: rgb(8,89,54); }
H1.HeaderClassName
{
color: #085936;
}
.AnyTagClassName
{
color: #085936;
}
</style>
background-color css
<style>
a { background-color: #085936; }
a { background-color: rgb(8,89,54); }
div.DivClassName
{
background-color: #085936;
}
.BgClassName
{
background-color: #085936;
}
</style>
border-color css
<style>
span { border-color: #085936; }
span { border-color: rgb(8,89,54); }
td.TdClassName
{
border-color: #085936;
}
.TagClassName
{
border-color: #085936;
}
</style>