Shades of Hippie Green #5E9A5C
Tints of Hippie Green #5E9A5C
RGB
CMYK
RGB Variations
Color information
#5E9A5C (or 0x5E9A5C) is known color: Hippie Green. HEX triplet: 5E, 9A and 5C. RGB value is (94,154,92). Sum of RGB (Red+Green+Blue) = 94+154+92=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A5C is #A165A3. Grayscale: #818181. Windows color (decimal): -10577316 or 6068830. OLE color: 6068830.
HSL color Cylindrical-coordinate representation of color #5E9A5C: hue angle of 118.06º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9A5C is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 92 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.40 |
| HSL | 118.06º | 0.25% | 0.48% | - |
| HSV(B) | 118.06º | 0.4% | 0.6% | - |
| XYZ | 18.1 | 26.26 | 14.24 | - |
| YUV | 128.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 92 | 0.39 | 0 | 0.40 | 0.40 | 118.06 | 0.25 | 0.48 |
| Hex | 5E | 9A | 5C | 27 | 0 | 28 | 28 | 76 | 19 | 30 |
| Octal | 136 | 232 | 134 | 47 | 0 | 50 | 50 | 166 | 31 | 60 |
| Binary | 1011110 | 10011010 | 1011100 | 100111 | 0 | 101000 | 101000 | 1110110 | 11001 | 110000 |
Color Harmonies of #5E9A5C
Complementary color
Monochromatic Colors of #5E9A5C
Black with #5E9A5C
Text Example
Text Example
White with #5E9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A5C; }
p { color: rgb(94,154,92); }
H1.HeaderClassName
{
color: #5E9A5C;
}
.AnyTagClassName
{
color: #5E9A5C;
}
</style>
background-color css
<style>
a { background-color: #5E9A5C; }
a { background-color: rgb(94,154,92); }
div.DivClassName
{
background-color: #5E9A5C;
}
.BgClassName
{
background-color: #5E9A5C;
}
</style>
border-color css
<style>
span { border-color: #5E9A5C; }
span { border-color: rgb(94,154,92); }
td.TdClassName
{
border-color: #5E9A5C;
}
.TagClassName
{
border-color: #5E9A5C;
}
</style>