Shades of Fun Green #086634
Tints of Fun Green #086634
RGB
CMYK
RGB Variations
Color information
#086634 (or 0x086634) is known color: Fun Green. HEX triplet: 08, 66 and 34. RGB value is (8,102,52). Sum of RGB (Red+Green+Blue) = 8+102+52=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #086634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086634 is #F799CB. Grayscale: #444444. Windows color (decimal): -16226764 or 3433992. OLE color: 3433992.
HSL color Cylindrical-coordinate representation of color #086634: hue angle of 148.09º 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 #086634 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 52 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.6 |
| HSL | 148.09º | 0.85% | 0.22% | - |
| HSV(B) | 148.09º | 0.92% | 0.4% | - |
| XYZ | 5.47 | 9.8 | 4.85 | - |
| YUV | 68.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 52 | 0.92 | 0 | 0.49 | 0.6 | 148.09 | 0.85 | 0.22 |
| Hex | 8 | 66 | 34 | 5C | 0 | 31 | 3C | 94 | 55 | 16 |
| Octal | 10 | 146 | 64 | 134 | 0 | 61 | 74 | 224 | 125 | 26 |
| Binary | 1000 | 1100110 | 110100 | 1011100 | 0 | 110001 | 111100 | 10010100 | 1010101 | 10110 |
Color Harmonies of #086634
Complementary color
Monochromatic Colors of #086634
Black with #086634
Text Example
Text Example
White with #086634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086634; }
p { color: rgb(8,102,52); }
H1.HeaderClassName
{
color: #086634;
}
.AnyTagClassName
{
color: #086634;
}
</style>
background-color css
<style>
a { background-color: #086634; }
a { background-color: rgb(8,102,52); }
div.DivClassName
{
background-color: #086634;
}
.BgClassName
{
background-color: #086634;
}
</style>
border-color css
<style>
span { border-color: #086634; }
span { border-color: rgb(8,102,52); }
td.TdClassName
{
border-color: #086634;
}
.TagClassName
{
border-color: #086634;
}
</style>