Shades of Fun Green #086632
Tints of Fun Green #086632
RGB
CMYK
RGB Variations
Color information
#086632 (or 0x086632) is known color: Fun Green. HEX triplet: 08, 66 and 32. RGB value is (8,102,50). Sum of RGB (Red+Green+Blue) = 8+102+50=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #086632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086632 is #F799CD. Grayscale: #444444. Windows color (decimal): -16226766 or 3302920. OLE color: 3302920.
HSL color Cylindrical-coordinate representation of color #086632: hue angle of 146.81º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086632 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 50 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.6 |
| HSL | 146.81º | 0.85% | 0.22% | - |
| HSV(B) | 146.81º | 0.92% | 0.4% | - |
| XYZ | 5.43 | 9.78 | 4.62 | - |
| YUV | 67.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 50 | 0.92 | 0 | 0.51 | 0.6 | 146.81 | 0.85 | 0.22 |
| Hex | 8 | 66 | 32 | 5C | 0 | 33 | 3C | 93 | 55 | 16 |
| Octal | 10 | 146 | 62 | 134 | 0 | 63 | 74 | 223 | 125 | 26 |
| Binary | 1000 | 1100110 | 110010 | 1011100 | 0 | 110011 | 111100 | 10010011 | 1010101 | 10110 |
Color Harmonies of #086632
Complementary color
Monochromatic Colors of #086632
Black with #086632
Text Example
Text Example
White with #086632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086632; }
p { color: rgb(8,102,50); }
H1.HeaderClassName
{
color: #086632;
}
.AnyTagClassName
{
color: #086632;
}
</style>
background-color css
<style>
a { background-color: #086632; }
a { background-color: rgb(8,102,50); }
div.DivClassName
{
background-color: #086632;
}
.BgClassName
{
background-color: #086632;
}
</style>
border-color css
<style>
span { border-color: #086632; }
span { border-color: rgb(8,102,50); }
td.TdClassName
{
border-color: #086632;
}
.TagClassName
{
border-color: #086632;
}
</style>