Shades of Hippie Green #51854E
Tints of Hippie Green #51854E
RGB
CMYK
RGB Variations
Color information
#51854E (or 0x51854E) is known color: Hippie Green. HEX triplet: 51, 85 and 4E. RGB value is (81,133,78). Sum of RGB (Red+Green+Blue) = 81+133+78=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #51854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51854E is #AE7AB1. Grayscale: #6F6F6F. Windows color (decimal): -11434674 or 5145937. OLE color: 5145937.
HSL color Cylindrical-coordinate representation of color #51854E: hue angle of 116.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51854E is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 133 | 78 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.48 |
| HSL | 116.73º | 0.26% | 0.41% | - |
| HSV(B) | 116.73º | 0.41% | 0.52% | - |
| XYZ | 13.16 | 19.07 | 10.2 | - |
| YUV | 111.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 78 | 0.39 | 0 | 0.41 | 0.48 | 116.73 | 0.26 | 0.41 |
| Hex | 51 | 85 | 4E | 27 | 0 | 29 | 30 | 75 | 1A | 29 |
| Octal | 121 | 205 | 116 | 47 | 0 | 51 | 60 | 165 | 32 | 51 |
| Binary | 1010001 | 10000101 | 1001110 | 100111 | 0 | 101001 | 110000 | 1110101 | 11010 | 101001 |
Color Harmonies of #51854E
Complementary color
Monochromatic Colors of #51854E
Black with #51854E
Text Example
Text Example
White with #51854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51854E; }
p { color: rgb(81,133,78); }
H1.HeaderClassName
{
color: #51854E;
}
.AnyTagClassName
{
color: #51854E;
}
</style>
background-color css
<style>
a { background-color: #51854E; }
a { background-color: rgb(81,133,78); }
div.DivClassName
{
background-color: #51854E;
}
.BgClassName
{
background-color: #51854E;
}
</style>
border-color css
<style>
span { border-color: #51854E; }
span { border-color: rgb(81,133,78); }
td.TdClassName
{
border-color: #51854E;
}
.TagClassName
{
border-color: #51854E;
}
</style>