Shades of Fun Green #086F32
Tints of Fun Green #086F32
RGB
CMYK
RGB Variations
Color information
#086F32 (or 0x086F32) is known color: Fun Green. HEX triplet: 08, 6F and 32. RGB value is (8,111,50). Sum of RGB (Red+Green+Blue) = 8+111+50=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #086F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F32 is #F790CD. Grayscale: #494949. Windows color (decimal): -16224462 or 3305224. OLE color: 3305224.
HSL color Cylindrical-coordinate representation of color #086F32: hue angle of 144.47º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F32 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 50 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.56 |
| HSL | 144.47º | 0.87% | 0.23% | - |
| HSV(B) | 144.47º | 0.93% | 0.44% | - |
| XYZ | 6.36 | 11.65 | 4.93 | - |
| YUV | 73.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 50 | 0.93 | 0 | 0.55 | 0.56 | 144.47 | 0.87 | 0.23 |
| Hex | 8 | 6F | 32 | 5D | 0 | 37 | 38 | 90 | 57 | 17 |
| Octal | 10 | 157 | 62 | 135 | 0 | 67 | 70 | 220 | 127 | 27 |
| Binary | 1000 | 1101111 | 110010 | 1011101 | 0 | 110111 | 111000 | 10010000 | 1010111 | 10111 |
Color Harmonies of #086F32
Complementary color
Monochromatic Colors of #086F32
Black with #086F32
Text Example
Text Example
White with #086F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F32; }
p { color: rgb(8,111,50); }
H1.HeaderClassName
{
color: #086F32;
}
.AnyTagClassName
{
color: #086F32;
}
</style>
background-color css
<style>
a { background-color: #086F32; }
a { background-color: rgb(8,111,50); }
div.DivClassName
{
background-color: #086F32;
}
.BgClassName
{
background-color: #086F32;
}
</style>
border-color css
<style>
span { border-color: #086F32; }
span { border-color: rgb(8,111,50); }
td.TdClassName
{
border-color: #086F32;
}
.TagClassName
{
border-color: #086F32;
}
</style>