Shades of Hippie Green #5D905B
Tints of Hippie Green #5D905B
RGB
CMYK
RGB Variations
Color information
#5D905B (or 0x5D905B) is known color: Hippie Green. HEX triplet: 5D, 90 and 5B. RGB value is (93,144,91). Sum of RGB (Red+Green+Blue) = 93+144+91=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #5D905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D905B is #A26FA4. Grayscale: #7A7A7A. Windows color (decimal): -10645413 or 6000733. OLE color: 6000733.
HSL color Cylindrical-coordinate representation of color #5D905B: hue angle of 117.74º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D905B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 91 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.44 |
| HSL | 117.74º | 0.23% | 0.46% | - |
| HSV(B) | 117.74º | 0.37% | 0.56% | - |
| XYZ | 16.38 | 23.03 | 13.48 | - |
| YUV | 122.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 91 | 0.35 | 0 | 0.37 | 0.44 | 117.74 | 0.23 | 0.46 |
| Hex | 5D | 90 | 5B | 23 | 0 | 25 | 2C | 76 | 17 | 2E |
| Octal | 135 | 220 | 133 | 43 | 0 | 45 | 54 | 166 | 27 | 56 |
| Binary | 1011101 | 10010000 | 1011011 | 100011 | 0 | 100101 | 101100 | 1110110 | 10111 | 101110 |
Color Harmonies of #5D905B
Complementary color
Monochromatic Colors of #5D905B
Black with #5D905B
Text Example
Text Example
White with #5D905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D905B; }
p { color: rgb(93,144,91); }
H1.HeaderClassName
{
color: #5D905B;
}
.AnyTagClassName
{
color: #5D905B;
}
</style>
background-color css
<style>
a { background-color: #5D905B; }
a { background-color: rgb(93,144,91); }
div.DivClassName
{
background-color: #5D905B;
}
.BgClassName
{
background-color: #5D905B;
}
</style>
border-color css
<style>
span { border-color: #5D905B; }
span { border-color: rgb(93,144,91); }
td.TdClassName
{
border-color: #5D905B;
}
.TagClassName
{
border-color: #5D905B;
}
</style>