Shades of Fun Green #085639
Tints of Fun Green #085639
RGB
CMYK
RGB Variations
Color information
#085639 (or 0x085639) is known color: Fun Green. HEX triplet: 08, 56 and 39. RGB value is (8,86,57). Sum of RGB (Red+Green+Blue) = 8+86+57=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #085639 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085639 is #F7A9C6. Grayscale: #3B3B3B. Windows color (decimal): -16230855 or 3757576. OLE color: 3757576.
HSL color Cylindrical-coordinate representation of color #085639: hue angle of 157.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085639 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 57 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.66 |
| HSL | 157.69º | 0.83% | 0.18% | - |
| HSV(B) | 157.69º | 0.91% | 0.34% | - |
| XYZ | 4.17 | 7 | 5 | - |
| YUV | 59.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 57 | 0.91 | 0 | 0.34 | 0.66 | 157.69 | 0.83 | 0.18 |
| Hex | 8 | 56 | 39 | 5B | 0 | 22 | 42 | 9E | 53 | 12 |
| Octal | 10 | 126 | 71 | 133 | 0 | 42 | 102 | 236 | 123 | 22 |
| Binary | 1000 | 1010110 | 111001 | 1011011 | 0 | 100010 | 1000010 | 10011110 | 1010011 | 10010 |
Color Harmonies of #085639
Complementary color
Monochromatic Colors of #085639
Black with #085639
Text Example
Text Example
White with #085639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085639; }
p { color: rgb(8,86,57); }
H1.HeaderClassName
{
color: #085639;
}
.AnyTagClassName
{
color: #085639;
}
</style>
background-color css
<style>
a { background-color: #085639; }
a { background-color: rgb(8,86,57); }
div.DivClassName
{
background-color: #085639;
}
.BgClassName
{
background-color: #085639;
}
</style>
border-color css
<style>
span { border-color: #085639; }
span { border-color: rgb(8,86,57); }
td.TdClassName
{
border-color: #085639;
}
.TagClassName
{
border-color: #085639;
}
</style>