Shades of Fun Green #086234
Tints of Fun Green #086234
RGB
CMYK
RGB Variations
Color information
#086234 (or 0x086234) is known color: Fun Green. HEX triplet: 08, 62 and 34. RGB value is (8,98,52). Sum of RGB (Red+Green+Blue) = 8+98+52=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #086234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086234 is #F79DCB. Grayscale: #414141. Windows color (decimal): -16227788 or 3432968. OLE color: 3432968.
HSL color Cylindrical-coordinate representation of color #086234: hue angle of 149.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086234 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 52 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.62 |
| HSL | 149.33º | 0.85% | 0.21% | - |
| HSV(B) | 149.33º | 0.92% | 0.38% | - |
| XYZ | 5.09 | 9.03 | 4.72 | - |
| YUV | 65.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 52 | 0.92 | 0 | 0.47 | 0.62 | 149.33 | 0.85 | 0.21 |
| Hex | 8 | 62 | 34 | 5C | 0 | 2F | 3E | 95 | 55 | 15 |
| Octal | 10 | 142 | 64 | 134 | 0 | 57 | 76 | 225 | 125 | 25 |
| Binary | 1000 | 1100010 | 110100 | 1011100 | 0 | 101111 | 111110 | 10010101 | 1010101 | 10101 |
Color Harmonies of #086234
Complementary color
Monochromatic Colors of #086234
Black with #086234
Text Example
Text Example
White with #086234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086234; }
p { color: rgb(8,98,52); }
H1.HeaderClassName
{
color: #086234;
}
.AnyTagClassName
{
color: #086234;
}
</style>
background-color css
<style>
a { background-color: #086234; }
a { background-color: rgb(8,98,52); }
div.DivClassName
{
background-color: #086234;
}
.BgClassName
{
background-color: #086234;
}
</style>
border-color css
<style>
span { border-color: #086234; }
span { border-color: rgb(8,98,52); }
td.TdClassName
{
border-color: #086234;
}
.TagClassName
{
border-color: #086234;
}
</style>