Shades of Fun Green #085B34
Tints of Fun Green #085B34
RGB
CMYK
RGB Variations
Color information
#085B34 (or 0x085B34) is known color: Fun Green. HEX triplet: 08, 5B and 34. RGB value is (8,91,52). Sum of RGB (Red+Green+Blue) = 8+91+52=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #085B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B34 is #F7A4CB. Grayscale: #3D3D3D. Windows color (decimal): -16229580 or 3431176. OLE color: 3431176.
HSL color Cylindrical-coordinate representation of color #085B34: hue angle of 151.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B34 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 52 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.64 |
| HSL | 151.81º | 0.84% | 0.19% | - |
| HSV(B) | 151.81º | 0.91% | 0.36% | - |
| XYZ | 4.46 | 7.78 | 4.52 | - |
| YUV | 61.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 52 | 0.91 | 0 | 0.43 | 0.64 | 151.81 | 0.84 | 0.19 |
| Hex | 8 | 5B | 34 | 5B | 0 | 2B | 40 | 98 | 54 | 13 |
| Octal | 10 | 133 | 64 | 133 | 0 | 53 | 100 | 230 | 124 | 23 |
| Binary | 1000 | 1011011 | 110100 | 1011011 | 0 | 101011 | 1000000 | 10011000 | 1010100 | 10011 |
Color Harmonies of #085B34
Complementary color
Monochromatic Colors of #085B34
Black with #085B34
Text Example
Text Example
White with #085B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B34; }
p { color: rgb(8,91,52); }
H1.HeaderClassName
{
color: #085B34;
}
.AnyTagClassName
{
color: #085B34;
}
</style>
background-color css
<style>
a { background-color: #085B34; }
a { background-color: rgb(8,91,52); }
div.DivClassName
{
background-color: #085B34;
}
.BgClassName
{
background-color: #085B34;
}
</style>
border-color css
<style>
span { border-color: #085B34; }
span { border-color: rgb(8,91,52); }
td.TdClassName
{
border-color: #085B34;
}
.TagClassName
{
border-color: #085B34;
}
</style>