Shades of Hippie Green #5D935B
Tints of Hippie Green #5D935B
RGB
CMYK
RGB Variations
Color information
#5D935B (or 0x5D935B) is known color: Hippie Green. HEX triplet: 5D, 93 and 5B. RGB value is (93,147,91). Sum of RGB (Red+Green+Blue) = 93+147+91=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #5D935B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D935B is #A26CA4. Grayscale: #7C7C7C. Windows color (decimal): -10644645 or 6001501. OLE color: 6001501.
HSL color Cylindrical-coordinate representation of color #5D935B: hue angle of 117.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D935B is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 91 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.42 |
| HSL | 117.86º | 0.24% | 0.47% | - |
| HSV(B) | 117.86º | 0.38% | 0.58% | - |
| XYZ | 16.84 | 23.95 | 13.63 | - |
| YUV | 124.47 | 109.11 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 91 | 0.37 | 0 | 0.38 | 0.42 | 117.86 | 0.24 | 0.47 |
| Hex | 5D | 93 | 5B | 25 | 0 | 26 | 2A | 76 | 18 | 2F |
| Octal | 135 | 223 | 133 | 45 | 0 | 46 | 52 | 166 | 30 | 57 |
| Binary | 1011101 | 10010011 | 1011011 | 100101 | 0 | 100110 | 101010 | 1110110 | 11000 | 101111 |
Color Harmonies of #5D935B
Complementary color
Monochromatic Colors of #5D935B
Black with #5D935B
Text Example
Text Example
White with #5D935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D935B; }
p { color: rgb(93,147,91); }
H1.HeaderClassName
{
color: #5D935B;
}
.AnyTagClassName
{
color: #5D935B;
}
</style>
background-color css
<style>
a { background-color: #5D935B; }
a { background-color: rgb(93,147,91); }
div.DivClassName
{
background-color: #5D935B;
}
.BgClassName
{
background-color: #5D935B;
}
</style>
border-color css
<style>
span { border-color: #5D935B; }
span { border-color: rgb(93,147,91); }
td.TdClassName
{
border-color: #5D935B;
}
.TagClassName
{
border-color: #5D935B;
}
</style>