Shades of Fun Green #086334
Tints of Fun Green #086334
RGB
CMYK
RGB Variations
Color information
#086334 (or 0x086334) is known color: Fun Green. HEX triplet: 08, 63 and 34. RGB value is (8,99,52). Sum of RGB (Red+Green+Blue) = 8+99+52=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #086334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086334 is #F79CCB. Grayscale: #424242. Windows color (decimal): -16227532 or 3433224. OLE color: 3433224.
HSL color Cylindrical-coordinate representation of color #086334: hue angle of 149.01º 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 #086334 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 52 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.61 |
| HSL | 149.01º | 0.85% | 0.21% | - |
| HSV(B) | 149.01º | 0.92% | 0.39% | - |
| XYZ | 5.18 | 9.22 | 4.76 | - |
| YUV | 66.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 52 | 0.92 | 0 | 0.47 | 0.61 | 149.01 | 0.85 | 0.21 |
| Hex | 8 | 63 | 34 | 5C | 0 | 2F | 3D | 95 | 55 | 15 |
| Octal | 10 | 143 | 64 | 134 | 0 | 57 | 75 | 225 | 125 | 25 |
| Binary | 1000 | 1100011 | 110100 | 1011100 | 0 | 101111 | 111101 | 10010101 | 1010101 | 10101 |
Color Harmonies of #086334
Complementary color
Monochromatic Colors of #086334
Black with #086334
Text Example
Text Example
White with #086334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086334; }
p { color: rgb(8,99,52); }
H1.HeaderClassName
{
color: #086334;
}
.AnyTagClassName
{
color: #086334;
}
</style>
background-color css
<style>
a { background-color: #086334; }
a { background-color: rgb(8,99,52); }
div.DivClassName
{
background-color: #086334;
}
.BgClassName
{
background-color: #086334;
}
</style>
border-color css
<style>
span { border-color: #086334; }
span { border-color: rgb(8,99,52); }
td.TdClassName
{
border-color: #086334;
}
.TagClassName
{
border-color: #086334;
}
</style>