Shades of Hippie Green #5E9B5C
Tints of Hippie Green #5E9B5C
RGB
CMYK
RGB Variations
Color information
#5E9B5C (or 0x5E9B5C) is known color: Hippie Green. HEX triplet: 5E, 9B and 5C. RGB value is (94,155,92). Sum of RGB (Red+Green+Blue) = 94+155+92=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B5C is #A164A3. Grayscale: #818181. Windows color (decimal): -10577060 or 6069086. OLE color: 6069086.
HSL color Cylindrical-coordinate representation of color #5E9B5C: hue angle of 118.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9B5C is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 92 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.39 |
| HSL | 118.1º | 0.26% | 0.48% | - |
| HSV(B) | 118.1º | 0.41% | 0.61% | - |
| XYZ | 18.27 | 26.6 | 14.3 | - |
| YUV | 129.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 92 | 0.39 | 0 | 0.41 | 0.39 | 118.1 | 0.26 | 0.48 |
| Hex | 5E | 9B | 5C | 27 | 0 | 29 | 27 | 76 | 1A | 30 |
| Octal | 136 | 233 | 134 | 47 | 0 | 51 | 47 | 166 | 32 | 60 |
| Binary | 1011110 | 10011011 | 1011100 | 100111 | 0 | 101001 | 100111 | 1110110 | 11010 | 110000 |
Color Harmonies of #5E9B5C
Complementary color
Monochromatic Colors of #5E9B5C
Black with #5E9B5C
Text Example
Text Example
White with #5E9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B5C; }
p { color: rgb(94,155,92); }
H1.HeaderClassName
{
color: #5E9B5C;
}
.AnyTagClassName
{
color: #5E9B5C;
}
</style>
background-color css
<style>
a { background-color: #5E9B5C; }
a { background-color: rgb(94,155,92); }
div.DivClassName
{
background-color: #5E9B5C;
}
.BgClassName
{
background-color: #5E9B5C;
}
</style>
border-color css
<style>
span { border-color: #5E9B5C; }
span { border-color: rgb(94,155,92); }
td.TdClassName
{
border-color: #5E9B5C;
}
.TagClassName
{
border-color: #5E9B5C;
}
</style>