Shades of Hippie Green #5E925C
Tints of Hippie Green #5E925C
RGB
CMYK
RGB Variations
Color information
#5E925C (or 0x5E925C) is known color: Hippie Green. HEX triplet: 5E, 92 and 5C. RGB value is (94,146,92). Sum of RGB (Red+Green+Blue) = 94+146+92=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #5E925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E925C is #A16DA3. Grayscale: #7C7C7C. Windows color (decimal): -10579364 or 6066782. OLE color: 6066782.
HSL color Cylindrical-coordinate representation of color #5E925C: hue angle of 117.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E925C is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 92 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.43 |
| HSL | 117.78º | 0.23% | 0.47% | - |
| HSV(B) | 117.78º | 0.37% | 0.57% | - |
| XYZ | 16.83 | 23.71 | 13.81 | - |
| YUV | 124.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 92 | 0.36 | 0 | 0.37 | 0.43 | 117.78 | 0.23 | 0.47 |
| Hex | 5E | 92 | 5C | 24 | 0 | 25 | 2B | 76 | 17 | 2F |
| Octal | 136 | 222 | 134 | 44 | 0 | 45 | 53 | 166 | 27 | 57 |
| Binary | 1011110 | 10010010 | 1011100 | 100100 | 0 | 100101 | 101011 | 1110110 | 10111 | 101111 |
Color Harmonies of #5E925C
Complementary color
Monochromatic Colors of #5E925C
Black with #5E925C
Text Example
Text Example
White with #5E925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E925C; }
p { color: rgb(94,146,92); }
H1.HeaderClassName
{
color: #5E925C;
}
.AnyTagClassName
{
color: #5E925C;
}
</style>
background-color css
<style>
a { background-color: #5E925C; }
a { background-color: rgb(94,146,92); }
div.DivClassName
{
background-color: #5E925C;
}
.BgClassName
{
background-color: #5E925C;
}
</style>
border-color css
<style>
span { border-color: #5E925C; }
span { border-color: rgb(94,146,92); }
td.TdClassName
{
border-color: #5E925C;
}
.TagClassName
{
border-color: #5E925C;
}
</style>