Shades of Fun Green #085635
Tints of Fun Green #085635
RGB
CMYK
RGB Variations
Color information
#085635 (or 0x085635) is known color: Fun Green. HEX triplet: 08, 56 and 35. RGB value is (8,86,53). Sum of RGB (Red+Green+Blue) = 8+86+53=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #085635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085635 is #F7A9CA. Grayscale: #3A3A3A. Windows color (decimal): -16230859 or 3495432. OLE color: 3495432.
HSL color Cylindrical-coordinate representation of color #085635: hue angle of 154.62º 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 #085635 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 53 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.66 |
| HSL | 154.62º | 0.83% | 0.18% | - |
| HSV(B) | 154.62º | 0.91% | 0.34% | - |
| XYZ | 4.07 | 6.96 | 4.5 | - |
| YUV | 58.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 53 | 0.91 | 0 | 0.38 | 0.66 | 154.62 | 0.83 | 0.18 |
| Hex | 8 | 56 | 35 | 5B | 0 | 26 | 42 | 9B | 53 | 12 |
| Octal | 10 | 126 | 65 | 133 | 0 | 46 | 102 | 233 | 123 | 22 |
| Binary | 1000 | 1010110 | 110101 | 1011011 | 0 | 100110 | 1000010 | 10011011 | 1010011 | 10010 |
Color Harmonies of #085635
Complementary color
Monochromatic Colors of #085635
Black with #085635
Text Example
Text Example
White with #085635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085635; }
p { color: rgb(8,86,53); }
H1.HeaderClassName
{
color: #085635;
}
.AnyTagClassName
{
color: #085635;
}
</style>
background-color css
<style>
a { background-color: #085635; }
a { background-color: rgb(8,86,53); }
div.DivClassName
{
background-color: #085635;
}
.BgClassName
{
background-color: #085635;
}
</style>
border-color css
<style>
span { border-color: #085635; }
span { border-color: rgb(8,86,53); }
td.TdClassName
{
border-color: #085635;
}
.TagClassName
{
border-color: #085635;
}
</style>