Shades of Fun Green #085E3C
Tints of Fun Green #085E3C
RGB
CMYK
RGB Variations
Color information
#085E3C (or 0x085E3C) is known color: Fun Green. HEX triplet: 08, 5E and 3C. RGB value is (8,94,60). Sum of RGB (Red+Green+Blue) = 8+94+60=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 94 (37.11% from 255 or 58.02% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 94 - color contains mainly: green. Hex color #085E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085E3C is #F7A1C3. Grayscale: #404040. Windows color (decimal): -16228804 or 3956232. OLE color: 3956232.
HSL color Cylindrical-coordinate representation of color #085E3C: hue angle of 156.28º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085E3C is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
RGB | 8 | 94 | 60 | - |
CMYK | 0.91 | 0 | 0.36 | 0.63 |
HSL | 156.28º | 0.84% | 0.2% | - |
HSV(B) | 156.28º | 0.91% | 0.37% | - |
XYZ | 4.92 | 8.38 | 5.63 | - |
YUV | 64.41 | 125.51 | 87.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 94 | 60 | 0.91 | 0 | 0.36 | 0.63 | 156.28 | 0.84 | 0.2 |
Hex | 8 | 5E | 3C | 5B | 0 | 24 | 3F | 9C | 54 | 14 |
Octal | 10 | 136 | 74 | 133 | 0 | 44 | 77 | 234 | 124 | 24 |
Binary | 1000 | 1011110 | 111100 | 1011011 | 0 | 100100 | 111111 | 10011100 | 1010100 | 10100 |
Color Harmonies of #085E3C
Complementary color
Monochromatic Colors of #085E3C
Black with #085E3C
Text Example
Text Example
White with #085E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E3C; }
p { color: rgb(8,94,60); }
H1.HeaderClassName
{
color: #085E3C;
}
.AnyTagClassName
{
color: #085E3C;
}
</style>
background-color css
<style>
a { background-color: #085E3C; }
a { background-color: rgb(8,94,60); }
div.DivClassName
{
background-color: #085E3C;
}
.BgClassName
{
background-color: #085E3C;
}
</style>
border-color css
<style>
span { border-color: #085E3C; }
span { border-color: rgb(8,94,60); }
td.TdClassName
{
border-color: #085E3C;
}
.TagClassName
{
border-color: #085E3C;
}
</style>