Shades of Fun Green #086C32
Tints of Fun Green #086C32
RGB
CMYK
RGB Variations
Color information
#086C32 (or 0x086C32) is known color: Fun Green. HEX triplet: 08, 6C and 32. RGB value is (8,108,50). Sum of RGB (Red+Green+Blue) = 8+108+50=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #086C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C32 is #F793CD. Grayscale: #474747. Windows color (decimal): -16225230 or 3304456. OLE color: 3304456.
HSL color Cylindrical-coordinate representation of color #086C32: hue angle of 145.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C32 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 50 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.58 |
| HSL | 145.2º | 0.86% | 0.23% | - |
| HSV(B) | 145.2º | 0.93% | 0.42% | - |
| XYZ | 6.04 | 11.01 | 4.82 | - |
| YUV | 71.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 50 | 0.93 | 0 | 0.54 | 0.58 | 145.2 | 0.86 | 0.23 |
| Hex | 8 | 6C | 32 | 5D | 0 | 36 | 3A | 91 | 56 | 17 |
| Octal | 10 | 154 | 62 | 135 | 0 | 66 | 72 | 221 | 126 | 27 |
| Binary | 1000 | 1101100 | 110010 | 1011101 | 0 | 110110 | 111010 | 10010001 | 1010110 | 10111 |
Color Harmonies of #086C32
Complementary color
Monochromatic Colors of #086C32
Black with #086C32
Text Example
Text Example
White with #086C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C32; }
p { color: rgb(8,108,50); }
H1.HeaderClassName
{
color: #086C32;
}
.AnyTagClassName
{
color: #086C32;
}
</style>
background-color css
<style>
a { background-color: #086C32; }
a { background-color: rgb(8,108,50); }
div.DivClassName
{
background-color: #086C32;
}
.BgClassName
{
background-color: #086C32;
}
</style>
border-color css
<style>
span { border-color: #086C32; }
span { border-color: rgb(8,108,50); }
td.TdClassName
{
border-color: #086C32;
}
.TagClassName
{
border-color: #086C32;
}
</style>