Shades of Hippie Green #5D905A
Tints of Hippie Green #5D905A
RGB
CMYK
RGB Variations
Color information
#5D905A (or 0x5D905A) is known color: Hippie Green. HEX triplet: 5D, 90 and 5A. RGB value is (93,144,90). Sum of RGB (Red+Green+Blue) = 93+144+90=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #5D905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D905A is #A26FA5. Grayscale: #7A7A7A. Windows color (decimal): -10645414 or 5935197. OLE color: 5935197.
HSL color Cylindrical-coordinate representation of color #5D905A: hue angle of 116.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D905A is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 90 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.44 |
| HSL | 116.67º | 0.23% | 0.46% | - |
| HSV(B) | 116.67º | 0.38% | 0.56% | - |
| XYZ | 16.33 | 23.01 | 13.25 | - |
| YUV | 122.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 90 | 0.35 | 0 | 0.37 | 0.44 | 116.67 | 0.23 | 0.46 |
| Hex | 5D | 90 | 5A | 23 | 0 | 25 | 2C | 75 | 17 | 2E |
| Octal | 135 | 220 | 132 | 43 | 0 | 45 | 54 | 165 | 27 | 56 |
| Binary | 1011101 | 10010000 | 1011010 | 100011 | 0 | 100101 | 101100 | 1110101 | 10111 | 101110 |
Color Harmonies of #5D905A
Complementary color
Monochromatic Colors of #5D905A
Black with #5D905A
Text Example
Text Example
White with #5D905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D905A; }
p { color: rgb(93,144,90); }
H1.HeaderClassName
{
color: #5D905A;
}
.AnyTagClassName
{
color: #5D905A;
}
</style>
background-color css
<style>
a { background-color: #5D905A; }
a { background-color: rgb(93,144,90); }
div.DivClassName
{
background-color: #5D905A;
}
.BgClassName
{
background-color: #5D905A;
}
</style>
border-color css
<style>
span { border-color: #5D905A; }
span { border-color: rgb(93,144,90); }
td.TdClassName
{
border-color: #5D905A;
}
.TagClassName
{
border-color: #5D905A;
}
</style>