Shades of Fun Green #086533
Tints of Fun Green #086533
RGB
CMYK
RGB Variations
Color information
#086533 (or 0x086533) is known color: Fun Green. HEX triplet: 08, 65 and 33. RGB value is (8,101,51). Sum of RGB (Red+Green+Blue) = 8+101+51=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #086533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086533 is #F79ACC. Grayscale: #434343. Windows color (decimal): -16227021 or 3368200. OLE color: 3368200.
HSL color Cylindrical-coordinate representation of color #086533: hue angle of 147.74º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086533 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 51 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.60 |
| HSL | 147.74º | 0.85% | 0.21% | - |
| HSV(B) | 147.74º | 0.92% | 0.4% | - |
| XYZ | 5.35 | 9.6 | 4.7 | - |
| YUV | 67.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 51 | 0.92 | 0 | 0.50 | 0.60 | 147.74 | 0.85 | 0.21 |
| Hex | 8 | 65 | 33 | 5C | 0 | 32 | 3C | 94 | 55 | 15 |
| Octal | 10 | 145 | 63 | 134 | 0 | 62 | 74 | 224 | 125 | 25 |
| Binary | 1000 | 1100101 | 110011 | 1011100 | 0 | 110010 | 111100 | 10010100 | 1010101 | 10101 |
Color Harmonies of #086533
Complementary color
Monochromatic Colors of #086533
Black with #086533
Text Example
Text Example
White with #086533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086533; }
p { color: rgb(8,101,51); }
H1.HeaderClassName
{
color: #086533;
}
.AnyTagClassName
{
color: #086533;
}
</style>
background-color css
<style>
a { background-color: #086533; }
a { background-color: rgb(8,101,51); }
div.DivClassName
{
background-color: #086533;
}
.BgClassName
{
background-color: #086533;
}
</style>
border-color css
<style>
span { border-color: #086533; }
span { border-color: rgb(8,101,51); }
td.TdClassName
{
border-color: #086533;
}
.TagClassName
{
border-color: #086533;
}
</style>