Shades of Hippie Green #518650
Tints of Hippie Green #518650
RGB
CMYK
RGB Variations
Color information
#518650 (or 0x518650) is known color: Hippie Green. HEX triplet: 51, 86 and 50. RGB value is (81,134,80). Sum of RGB (Red+Green+Blue) = 81+134+80=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #518650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518650 is #AE79AF. Grayscale: #707070. Windows color (decimal): -11434416 or 5277265. OLE color: 5277265.
HSL color Cylindrical-coordinate representation of color #518650: hue angle of 118.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518650 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 134 | 80 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.47 |
| HSL | 118.89º | 0.25% | 0.42% | - |
| HSV(B) | 118.89º | 0.4% | 0.53% | - |
| XYZ | 13.37 | 19.38 | 10.63 | - |
| YUV | 112 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 80 | 0.40 | 0 | 0.40 | 0.47 | 118.89 | 0.25 | 0.42 |
| Hex | 51 | 86 | 50 | 28 | 0 | 28 | 2F | 77 | 19 | 2A |
| Octal | 121 | 206 | 120 | 50 | 0 | 50 | 57 | 167 | 31 | 52 |
| Binary | 1010001 | 10000110 | 1010000 | 101000 | 0 | 101000 | 101111 | 1110111 | 11001 | 101010 |
Color Harmonies of #518650
Complementary color
Monochromatic Colors of #518650
Black with #518650
Text Example
Text Example
White with #518650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518650; }
p { color: rgb(81,134,80); }
H1.HeaderClassName
{
color: #518650;
}
.AnyTagClassName
{
color: #518650;
}
</style>
background-color css
<style>
a { background-color: #518650; }
a { background-color: rgb(81,134,80); }
div.DivClassName
{
background-color: #518650;
}
.BgClassName
{
background-color: #518650;
}
</style>
border-color css
<style>
span { border-color: #518650; }
span { border-color: rgb(81,134,80); }
td.TdClassName
{
border-color: #518650;
}
.TagClassName
{
border-color: #518650;
}
</style>