Shades of Fun Green #086435
Tints of Fun Green #086435
RGB
CMYK
RGB Variations
Color information
#086435 (or 0x086435) is known color: Fun Green. HEX triplet: 08, 64 and 35. RGB value is (8,100,53). Sum of RGB (Red+Green+Blue) = 8+100+53=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #086435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086435 is #F79BCA. Grayscale: #434343. Windows color (decimal): -16227275 or 3499016. OLE color: 3499016.
HSL color Cylindrical-coordinate representation of color #086435: hue angle of 149.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 #086435 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 53 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.61 |
| HSL | 149.35º | 0.85% | 0.21% | - |
| HSV(B) | 149.35º | 0.92% | 0.39% | - |
| XYZ | 5.3 | 9.42 | 4.91 | - |
| YUV | 67.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 53 | 0.92 | 0 | 0.47 | 0.61 | 149.35 | 0.85 | 0.21 |
| Hex | 8 | 64 | 35 | 5C | 0 | 2F | 3D | 95 | 55 | 15 |
| Octal | 10 | 144 | 65 | 134 | 0 | 57 | 75 | 225 | 125 | 25 |
| Binary | 1000 | 1100100 | 110101 | 1011100 | 0 | 101111 | 111101 | 10010101 | 1010101 | 10101 |
Color Harmonies of #086435
Complementary color
Monochromatic Colors of #086435
Black with #086435
Text Example
Text Example
White with #086435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086435; }
p { color: rgb(8,100,53); }
H1.HeaderClassName
{
color: #086435;
}
.AnyTagClassName
{
color: #086435;
}
</style>
background-color css
<style>
a { background-color: #086435; }
a { background-color: rgb(8,100,53); }
div.DivClassName
{
background-color: #086435;
}
.BgClassName
{
background-color: #086435;
}
</style>
border-color css
<style>
span { border-color: #086435; }
span { border-color: rgb(8,100,53); }
td.TdClassName
{
border-color: #086435;
}
.TagClassName
{
border-color: #086435;
}
</style>