Shades of Fun Green #085F34
Tints of Fun Green #085F34
RGB
CMYK
RGB Variations
Color information
#085F34 (or 0x085F34) is known color: Fun Green. HEX triplet: 08, 5F and 34. RGB value is (8,95,52). Sum of RGB (Red+Green+Blue) = 8+95+52=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 95 (37.5% from 255 or 61.29% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 95 - color contains mainly: green. Hex color #085F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F34 is #F7A0CB. Grayscale: #404040. Windows color (decimal): -16228556 or 3432200. OLE color: 3432200.
HSL color Cylindrical-coordinate representation of color #085F34: hue angle of 150.34º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F34 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 52 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.63 |
| HSL | 150.34º | 0.84% | 0.2% | - |
| HSV(B) | 150.34º | 0.92% | 0.37% | - |
| XYZ | 4.81 | 8.48 | 4.63 | - |
| YUV | 64.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 52 | 0.92 | 0 | 0.45 | 0.63 | 150.34 | 0.84 | 0.2 |
| Hex | 8 | 5F | 34 | 5C | 0 | 2D | 3F | 96 | 54 | 14 |
| Octal | 10 | 137 | 64 | 134 | 0 | 55 | 77 | 226 | 124 | 24 |
| Binary | 1000 | 1011111 | 110100 | 1011100 | 0 | 101101 | 111111 | 10010110 | 1010100 | 10100 |
Color Harmonies of #085F34
Complementary color
Monochromatic Colors of #085F34
Black with #085F34
Text Example
Text Example
White with #085F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F34; }
p { color: rgb(8,95,52); }
H1.HeaderClassName
{
color: #085F34;
}
.AnyTagClassName
{
color: #085F34;
}
</style>
background-color css
<style>
a { background-color: #085F34; }
a { background-color: rgb(8,95,52); }
div.DivClassName
{
background-color: #085F34;
}
.BgClassName
{
background-color: #085F34;
}
</style>
border-color css
<style>
span { border-color: #085F34; }
span { border-color: rgb(8,95,52); }
td.TdClassName
{
border-color: #085F34;
}
.TagClassName
{
border-color: #085F34;
}
</style>