Shades of Hippie Green #5D995F
Tints of Hippie Green #5D995F
RGB
CMYK
RGB Variations
Color information
#5D995F (or 0x5D995F) is known color: Hippie Green. HEX triplet: 5D, 99 and 5F. RGB value is (93,153,95). Sum of RGB (Red+Green+Blue) = 93+153+95=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #5D995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D995F is #A266A0. Grayscale: #808080. Windows color (decimal): -10643105 or 6265181. OLE color: 6265181.
HSL color Cylindrical-coordinate representation of color #5D995F: hue angle of 122º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D995F is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 153 | 95 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.4 |
| HSL | 122º | 0.24% | 0.48% | - |
| HSV(B) | 122º | 0.39% | 0.6% | - |
| XYZ | 17.97 | 25.94 | 14.89 | - |
| YUV | 128.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 95 | 0.39 | 0 | 0.38 | 0.4 | 122 | 0.24 | 0.48 |
| Hex | 5D | 99 | 5F | 27 | 0 | 26 | 28 | 7A | 18 | 30 |
| Octal | 135 | 231 | 137 | 47 | 0 | 46 | 50 | 172 | 30 | 60 |
| Binary | 1011101 | 10011001 | 1011111 | 100111 | 0 | 100110 | 101000 | 1111010 | 11000 | 110000 |
Color Harmonies of #5D995F
Complementary color
Monochromatic Colors of #5D995F
Black with #5D995F
Text Example
Text Example
White with #5D995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D995F; }
p { color: rgb(93,153,95); }
H1.HeaderClassName
{
color: #5D995F;
}
.AnyTagClassName
{
color: #5D995F;
}
</style>
background-color css
<style>
a { background-color: #5D995F; }
a { background-color: rgb(93,153,95); }
div.DivClassName
{
background-color: #5D995F;
}
.BgClassName
{
background-color: #5D995F;
}
</style>
border-color css
<style>
span { border-color: #5D995F; }
span { border-color: rgb(93,153,95); }
td.TdClassName
{
border-color: #5D995F;
}
.TagClassName
{
border-color: #5D995F;
}
</style>