Shades of Hippie Green #518750
Tints of Hippie Green #518750
RGB
CMYK
RGB Variations
Color information
#518750 (or 0x518750) is known color: Hippie Green. HEX triplet: 51, 87 and 50. RGB value is (81,135,80). Sum of RGB (Red+Green+Blue) = 81+135+80=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #518750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518750 is #AE78AF. Grayscale: #707070. Windows color (decimal): -11434160 or 5277521. OLE color: 5277521.
HSL color Cylindrical-coordinate representation of color #518750: hue angle of 118.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518750 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 80 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.47 |
| HSL | 118.91º | 0.26% | 0.42% | - |
| HSV(B) | 118.91º | 0.41% | 0.53% | - |
| XYZ | 13.51 | 19.66 | 10.67 | - |
| YUV | 112.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 80 | 0.40 | 0 | 0.41 | 0.47 | 118.91 | 0.26 | 0.42 |
| Hex | 51 | 87 | 50 | 28 | 0 | 29 | 2F | 77 | 1A | 2A |
| Octal | 121 | 207 | 120 | 50 | 0 | 51 | 57 | 167 | 32 | 52 |
| Binary | 1010001 | 10000111 | 1010000 | 101000 | 0 | 101001 | 101111 | 1110111 | 11010 | 101010 |
Color Harmonies of #518750
Complementary color
Monochromatic Colors of #518750
Black with #518750
Text Example
Text Example
White with #518750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518750; }
p { color: rgb(81,135,80); }
H1.HeaderClassName
{
color: #518750;
}
.AnyTagClassName
{
color: #518750;
}
</style>
background-color css
<style>
a { background-color: #518750; }
a { background-color: rgb(81,135,80); }
div.DivClassName
{
background-color: #518750;
}
.BgClassName
{
background-color: #518750;
}
</style>
border-color css
<style>
span { border-color: #518750; }
span { border-color: rgb(81,135,80); }
td.TdClassName
{
border-color: #518750;
}
.TagClassName
{
border-color: #518750;
}
</style>