Shades of Fun Green #086436
Tints of Fun Green #086436
RGB
CMYK
RGB Variations
Color information
#086436 (or 0x086436) is known color: Fun Green. HEX triplet: 08, 64 and 36. RGB value is (8,100,54). Sum of RGB (Red+Green+Blue) = 8+100+54=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #086436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086436 is #F79BC9. Grayscale: #434343. Windows color (decimal): -16227274 or 3564552. OLE color: 3564552.
HSL color Cylindrical-coordinate representation of color #086436: hue angle of 150º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086436 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 54 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.61 |
| HSL | 150º | 0.85% | 0.21% | - |
| HSV(B) | 150º | 0.92% | 0.39% | - |
| XYZ | 5.32 | 9.43 | 5.03 | - |
| YUV | 67.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 54 | 0.92 | 0 | 0.46 | 0.61 | 150 | 0.85 | 0.21 |
| Hex | 8 | 64 | 36 | 5C | 0 | 2E | 3D | 96 | 55 | 15 |
| Octal | 10 | 144 | 66 | 134 | 0 | 56 | 75 | 226 | 125 | 25 |
| Binary | 1000 | 1100100 | 110110 | 1011100 | 0 | 101110 | 111101 | 10010110 | 1010101 | 10101 |
Color Harmonies of #086436
Complementary color
Monochromatic Colors of #086436
Black with #086436
Text Example
Text Example
White with #086436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086436; }
p { color: rgb(8,100,54); }
H1.HeaderClassName
{
color: #086436;
}
.AnyTagClassName
{
color: #086436;
}
</style>
background-color css
<style>
a { background-color: #086436; }
a { background-color: rgb(8,100,54); }
div.DivClassName
{
background-color: #086436;
}
.BgClassName
{
background-color: #086436;
}
</style>
border-color css
<style>
span { border-color: #086436; }
span { border-color: rgb(8,100,54); }
td.TdClassName
{
border-color: #086436;
}
.TagClassName
{
border-color: #086436;
}
</style>