Shades of Hippie Green #5C914E
Tints of Hippie Green #5C914E
RGB
CMYK
RGB Variations
Color information
#5C914E (or 0x5C914E) is known color: Hippie Green. HEX triplet: 5C, 91 and 4E. RGB value is (92,145,78). Sum of RGB (Red+Green+Blue) = 92+145+78=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #5C914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C914E is #A36EB1. Grayscale: #797979. Windows color (decimal): -10710706 or 5149020. OLE color: 5149020.
HSL color Cylindrical-coordinate representation of color #5C914E: hue angle of 107.46º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C914E is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 145 | 78 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.43 |
| HSL | 107.46º | 0.3% | 0.44% | - |
| HSV(B) | 107.46º | 0.46% | 0.57% | - |
| XYZ | 15.91 | 23.08 | 10.82 | - |
| YUV | 121.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 78 | 0.37 | 0 | 0.46 | 0.43 | 107.46 | 0.3 | 0.44 |
| Hex | 5C | 91 | 4E | 25 | 0 | 2E | 2B | 6B | 1E | 2C |
| Octal | 134 | 221 | 116 | 45 | 0 | 56 | 53 | 153 | 36 | 54 |
| Binary | 1011100 | 10010001 | 1001110 | 100101 | 0 | 101110 | 101011 | 1101011 | 11110 | 101100 |
Color Harmonies of #5C914E
Complementary color
Monochromatic Colors of #5C914E
Black with #5C914E
Text Example
Text Example
White with #5C914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C914E; }
p { color: rgb(92,145,78); }
H1.HeaderClassName
{
color: #5C914E;
}
.AnyTagClassName
{
color: #5C914E;
}
</style>
background-color css
<style>
a { background-color: #5C914E; }
a { background-color: rgb(92,145,78); }
div.DivClassName
{
background-color: #5C914E;
}
.BgClassName
{
background-color: #5C914E;
}
</style>
border-color css
<style>
span { border-color: #5C914E; }
span { border-color: rgb(92,145,78); }
td.TdClassName
{
border-color: #5C914E;
}
.TagClassName
{
border-color: #5C914E;
}
</style>