Shades of Hippie Green #5D914F
Tints of Hippie Green #5D914F
RGB
CMYK
RGB Variations
Color information
#5D914F (or 0x5D914F) is known color: Hippie Green. HEX triplet: 5D, 91 and 4F. RGB value is (93,145,79). Sum of RGB (Red+Green+Blue) = 93+145+79=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #5D914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D914F is #A26EB0. Grayscale: #7A7A7A. Windows color (decimal): -10645169 or 5214557. OLE color: 5214557.
HSL color Cylindrical-coordinate representation of color #5D914F: hue angle of 107.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D914F is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 145 | 79 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.43 |
| HSL | 107.27º | 0.29% | 0.44% | - |
| HSV(B) | 107.27º | 0.46% | 0.57% | - |
| XYZ | 16.05 | 23.14 | 11.02 | - |
| YUV | 121.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 79 | 0.36 | 0 | 0.46 | 0.43 | 107.27 | 0.29 | 0.44 |
| Hex | 5D | 91 | 4F | 24 | 0 | 2E | 2B | 6B | 1D | 2C |
| Octal | 135 | 221 | 117 | 44 | 0 | 56 | 53 | 153 | 35 | 54 |
| Binary | 1011101 | 10010001 | 1001111 | 100100 | 0 | 101110 | 101011 | 1101011 | 11101 | 101100 |
Color Harmonies of #5D914F
Complementary color
Monochromatic Colors of #5D914F
Black with #5D914F
Text Example
Text Example
White with #5D914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D914F; }
p { color: rgb(93,145,79); }
H1.HeaderClassName
{
color: #5D914F;
}
.AnyTagClassName
{
color: #5D914F;
}
</style>
background-color css
<style>
a { background-color: #5D914F; }
a { background-color: rgb(93,145,79); }
div.DivClassName
{
background-color: #5D914F;
}
.BgClassName
{
background-color: #5D914F;
}
</style>
border-color css
<style>
span { border-color: #5D914F; }
span { border-color: rgb(93,145,79); }
td.TdClassName
{
border-color: #5D914F;
}
.TagClassName
{
border-color: #5D914F;
}
</style>