Shades of Fun Green #085A3E
Tints of Fun Green #085A3E
RGB
CMYK
RGB Variations
Color information
#085A3E (or 0x085A3E) is known color: Fun Green. HEX triplet: 08, 5A and 3E. RGB value is (8,90,62). Sum of RGB (Red+Green+Blue) = 8+90+62=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #085A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A3E is #F7A5C1. Grayscale: #3E3E3E. Windows color (decimal): -16229826 or 4086280. OLE color: 4086280.
HSL color Cylindrical-coordinate representation of color #085A3E: hue angle of 159.51º 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 #085A3E is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 62 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.65 |
| HSL | 159.51º | 0.84% | 0.19% | - |
| HSV(B) | 159.51º | 0.91% | 0.35% | - |
| XYZ | 4.63 | 7.71 | 5.8 | - |
| YUV | 62.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 62 | 0.91 | 0 | 0.31 | 0.65 | 159.51 | 0.84 | 0.19 |
| Hex | 8 | 5A | 3E | 5B | 0 | 1F | 41 | A0 | 54 | 13 |
| Octal | 10 | 132 | 76 | 133 | 0 | 37 | 101 | 240 | 124 | 23 |
| Binary | 1000 | 1011010 | 111110 | 1011011 | 0 | 11111 | 1000001 | 10100000 | 1010100 | 10011 |
Color Harmonies of #085A3E
Complementary color
Monochromatic Colors of #085A3E
Black with #085A3E
Text Example
Text Example
White with #085A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A3E; }
p { color: rgb(8,90,62); }
H1.HeaderClassName
{
color: #085A3E;
}
.AnyTagClassName
{
color: #085A3E;
}
</style>
background-color css
<style>
a { background-color: #085A3E; }
a { background-color: rgb(8,90,62); }
div.DivClassName
{
background-color: #085A3E;
}
.BgClassName
{
background-color: #085A3E;
}
</style>
border-color css
<style>
span { border-color: #085A3E; }
span { border-color: rgb(8,90,62); }
td.TdClassName
{
border-color: #085A3E;
}
.TagClassName
{
border-color: #085A3E;
}
</style>