Shades of Fun Green #085B3C
Tints of Fun Green #085B3C
RGB
CMYK
RGB Variations
Color information
#085B3C (or 0x085B3C) is known color: Fun Green. HEX triplet: 08, 5B and 3C. RGB value is (8,91,60). Sum of RGB (Red+Green+Blue) = 8+91+60=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #085B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B3C is #F7A4C3. Grayscale: #3E3E3E. Windows color (decimal): -16229572 or 3955464. OLE color: 3955464.
HSL color Cylindrical-coordinate representation of color #085B3C: hue angle of 157.59º 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 #085B3C is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 60 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.64 |
| HSL | 157.59º | 0.84% | 0.19% | - |
| HSV(B) | 157.59º | 0.91% | 0.36% | - |
| XYZ | 4.66 | 7.86 | 5.55 | - |
| YUV | 62.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 60 | 0.91 | 0 | 0.34 | 0.64 | 157.59 | 0.84 | 0.19 |
| Hex | 8 | 5B | 3C | 5B | 0 | 22 | 40 | 9E | 54 | 13 |
| Octal | 10 | 133 | 74 | 133 | 0 | 42 | 100 | 236 | 124 | 23 |
| Binary | 1000 | 1011011 | 111100 | 1011011 | 0 | 100010 | 1000000 | 10011110 | 1010100 | 10011 |
Color Harmonies of #085B3C
Complementary color
Monochromatic Colors of #085B3C
Black with #085B3C
Text Example
Text Example
White with #085B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B3C; }
p { color: rgb(8,91,60); }
H1.HeaderClassName
{
color: #085B3C;
}
.AnyTagClassName
{
color: #085B3C;
}
</style>
background-color css
<style>
a { background-color: #085B3C; }
a { background-color: rgb(8,91,60); }
div.DivClassName
{
background-color: #085B3C;
}
.BgClassName
{
background-color: #085B3C;
}
</style>
border-color css
<style>
span { border-color: #085B3C; }
span { border-color: rgb(8,91,60); }
td.TdClassName
{
border-color: #085B3C;
}
.TagClassName
{
border-color: #085B3C;
}
</style>