Shades of Fun Green #087330
Tints of Fun Green #087330
RGB
CMYK
RGB Variations
Color information
#087330 (or 0x087330) is known color: Fun Green. HEX triplet: 08, 73 and 30. RGB value is (8,115,48). Sum of RGB (Red+Green+Blue) = 8+115+48=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #087330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087330 is #F78CCF. Grayscale: #4B4B4B. Windows color (decimal): -16223440 or 3175176. OLE color: 3175176.
HSL color Cylindrical-coordinate representation of color #087330: hue angle of 142.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087330 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 48 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.55 |
| HSL | 142.43º | 0.87% | 0.24% | - |
| HSV(B) | 142.43º | 0.93% | 0.45% | - |
| XYZ | 6.76 | 12.53 | 4.86 | - |
| YUV | 75.37 | 112.55 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 48 | 0.93 | 0 | 0.58 | 0.55 | 142.43 | 0.87 | 0.24 |
| Hex | 8 | 73 | 30 | 5D | 0 | 3A | 37 | 8E | 57 | 18 |
| Octal | 10 | 163 | 60 | 135 | 0 | 72 | 67 | 216 | 127 | 30 |
| Binary | 1000 | 1110011 | 110000 | 1011101 | 0 | 111010 | 110111 | 10001110 | 1010111 | 11000 |
Color Harmonies of #087330
Complementary color
Monochromatic Colors of #087330
Black with #087330
Text Example
Text Example
White with #087330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087330; }
p { color: rgb(8,115,48); }
H1.HeaderClassName
{
color: #087330;
}
.AnyTagClassName
{
color: #087330;
}
</style>
background-color css
<style>
a { background-color: #087330; }
a { background-color: rgb(8,115,48); }
div.DivClassName
{
background-color: #087330;
}
.BgClassName
{
background-color: #087330;
}
</style>
border-color css
<style>
span { border-color: #087330; }
span { border-color: rgb(8,115,48); }
td.TdClassName
{
border-color: #087330;
}
.TagClassName
{
border-color: #087330;
}
</style>