Shades of Fun Green #085636
Tints of Fun Green #085636
RGB
CMYK
RGB Variations
Color information
#085636 (or 0x085636) is known color: Fun Green. HEX triplet: 08, 56 and 36. RGB value is (8,86,54). Sum of RGB (Red+Green+Blue) = 8+86+54=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #085636 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085636 is #F7A9C9. Grayscale: #3B3B3B. Windows color (decimal): -16230858 or 3560968. OLE color: 3560968.
HSL color Cylindrical-coordinate representation of color #085636: hue angle of 155.38º 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 #085636 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 54 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.66 |
| HSL | 155.38º | 0.83% | 0.18% | - |
| HSV(B) | 155.38º | 0.91% | 0.34% | - |
| XYZ | 4.09 | 6.97 | 4.62 | - |
| YUV | 59.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 54 | 0.91 | 0 | 0.37 | 0.66 | 155.38 | 0.83 | 0.18 |
| Hex | 8 | 56 | 36 | 5B | 0 | 25 | 42 | 9B | 53 | 12 |
| Octal | 10 | 126 | 66 | 133 | 0 | 45 | 102 | 233 | 123 | 22 |
| Binary | 1000 | 1010110 | 110110 | 1011011 | 0 | 100101 | 1000010 | 10011011 | 1010011 | 10010 |
Color Harmonies of #085636
Complementary color
Monochromatic Colors of #085636
Black with #085636
Text Example
Text Example
White with #085636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085636; }
p { color: rgb(8,86,54); }
H1.HeaderClassName
{
color: #085636;
}
.AnyTagClassName
{
color: #085636;
}
</style>
background-color css
<style>
a { background-color: #085636; }
a { background-color: rgb(8,86,54); }
div.DivClassName
{
background-color: #085636;
}
.BgClassName
{
background-color: #085636;
}
</style>
border-color css
<style>
span { border-color: #085636; }
span { border-color: rgb(8,86,54); }
td.TdClassName
{
border-color: #085636;
}
.TagClassName
{
border-color: #085636;
}
</style>