Shades of Fun Green #087034
Tints of Fun Green #087034
RGB
CMYK
RGB Variations
Color information
#087034 (or 0x087034) is known color: Fun Green. HEX triplet: 08, 70 and 34. RGB value is (8,112,52). Sum of RGB (Red+Green+Blue) = 8+112+52=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #087034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087034 is #F78FCB. Grayscale: #4A4A4A. Windows color (decimal): -16224204 or 3436552. OLE color: 3436552.
HSL color Cylindrical-coordinate representation of color #087034: hue angle of 145.38º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087034 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 52 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.56 |
| HSL | 145.38º | 0.87% | 0.24% | - |
| HSV(B) | 145.38º | 0.93% | 0.44% | - |
| XYZ | 6.51 | 11.89 | 5.2 | - |
| YUV | 74.06 | 115.54 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 52 | 0.93 | 0 | 0.54 | 0.56 | 145.38 | 0.87 | 0.24 |
| Hex | 8 | 70 | 34 | 5D | 0 | 36 | 38 | 91 | 57 | 18 |
| Octal | 10 | 160 | 64 | 135 | 0 | 66 | 70 | 221 | 127 | 30 |
| Binary | 1000 | 1110000 | 110100 | 1011101 | 0 | 110110 | 111000 | 10010001 | 1010111 | 11000 |
Color Harmonies of #087034
Complementary color
Monochromatic Colors of #087034
Black with #087034
Text Example
Text Example
White with #087034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087034; }
p { color: rgb(8,112,52); }
H1.HeaderClassName
{
color: #087034;
}
.AnyTagClassName
{
color: #087034;
}
</style>
background-color css
<style>
a { background-color: #087034; }
a { background-color: rgb(8,112,52); }
div.DivClassName
{
background-color: #087034;
}
.BgClassName
{
background-color: #087034;
}
</style>
border-color css
<style>
span { border-color: #087034; }
span { border-color: rgb(8,112,52); }
td.TdClassName
{
border-color: #087034;
}
.TagClassName
{
border-color: #087034;
}
</style>