Shades of Hippie Green #5E8F5B
Tints of Hippie Green #5E8F5B
RGB
CMYK
RGB Variations
Color information
#5E8F5B (or 0x5E8F5B) is known color: Hippie Green. HEX triplet: 5E, 8F and 5B. RGB value is (94,143,91). Sum of RGB (Red+Green+Blue) = 94+143+91=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F5B is #A170A4. Grayscale: #7A7A7A. Windows color (decimal): -10580133 or 6000478. OLE color: 6000478.
HSL color Cylindrical-coordinate representation of color #5E8F5B: hue angle of 116.54º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E8F5B is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 143 | 91 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.44 |
| HSL | 116.54º | 0.22% | 0.46% | - |
| HSV(B) | 116.54º | 0.36% | 0.56% | - |
| XYZ | 16.33 | 22.78 | 13.43 | - |
| YUV | 122.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 91 | 0.34 | 0 | 0.36 | 0.44 | 116.54 | 0.22 | 0.46 |
| Hex | 5E | 8F | 5B | 22 | 0 | 24 | 2C | 75 | 16 | 2E |
| Octal | 136 | 217 | 133 | 42 | 0 | 44 | 54 | 165 | 26 | 56 |
| Binary | 1011110 | 10001111 | 1011011 | 100010 | 0 | 100100 | 101100 | 1110101 | 10110 | 101110 |
Color Harmonies of #5E8F5B
Complementary color
Monochromatic Colors of #5E8F5B
Black with #5E8F5B
Text Example
Text Example
White with #5E8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8F5B; }
p { color: rgb(94,143,91); }
H1.HeaderClassName
{
color: #5E8F5B;
}
.AnyTagClassName
{
color: #5E8F5B;
}
</style>
background-color css
<style>
a { background-color: #5E8F5B; }
a { background-color: rgb(94,143,91); }
div.DivClassName
{
background-color: #5E8F5B;
}
.BgClassName
{
background-color: #5E8F5B;
}
</style>
border-color css
<style>
span { border-color: #5E8F5B; }
span { border-color: rgb(94,143,91); }
td.TdClassName
{
border-color: #5E8F5B;
}
.TagClassName
{
border-color: #5E8F5B;
}
</style>