Shades of Fun Green #086333
Tints of Fun Green #086333
RGB
CMYK
RGB Variations
Color information
#086333 (or 0x086333) is known color: Fun Green. HEX triplet: 08, 63 and 33. RGB value is (8,99,51). Sum of RGB (Red+Green+Blue) = 8+99+51=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #086333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086333 is #F79CCC. Grayscale: #424242. Windows color (decimal): -16227533 or 3367688. OLE color: 3367688.
HSL color Cylindrical-coordinate representation of color #086333: hue angle of 148.35º 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 #086333 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 51 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.61 |
| HSL | 148.35º | 0.85% | 0.21% | - |
| HSV(B) | 148.35º | 0.92% | 0.39% | - |
| XYZ | 5.16 | 9.21 | 4.64 | - |
| YUV | 66.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 51 | 0.92 | 0 | 0.48 | 0.61 | 148.35 | 0.85 | 0.21 |
| Hex | 8 | 63 | 33 | 5C | 0 | 30 | 3D | 94 | 55 | 15 |
| Octal | 10 | 143 | 63 | 134 | 0 | 60 | 75 | 224 | 125 | 25 |
| Binary | 1000 | 1100011 | 110011 | 1011100 | 0 | 110000 | 111101 | 10010100 | 1010101 | 10101 |
Color Harmonies of #086333
Complementary color
Monochromatic Colors of #086333
Black with #086333
Text Example
Text Example
White with #086333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086333; }
p { color: rgb(8,99,51); }
H1.HeaderClassName
{
color: #086333;
}
.AnyTagClassName
{
color: #086333;
}
</style>
background-color css
<style>
a { background-color: #086333; }
a { background-color: rgb(8,99,51); }
div.DivClassName
{
background-color: #086333;
}
.BgClassName
{
background-color: #086333;
}
</style>
border-color css
<style>
span { border-color: #086333; }
span { border-color: rgb(8,99,51); }
td.TdClassName
{
border-color: #086333;
}
.TagClassName
{
border-color: #086333;
}
</style>