Shades of Hippie Green #5D8B5F
Tints of Hippie Green #5D8B5F
RGB
CMYK
RGB Variations
Color information
#5D8B5F (or 0x5D8B5F) is known color: Hippie Green. HEX triplet: 5D, 8B and 5F. RGB value is (93,139,95). Sum of RGB (Red+Green+Blue) = 93+139+95=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #5D8B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8B5F is #A274A0. Grayscale: #787878. Windows color (decimal): -10646689 or 6261597. OLE color: 6261597.
HSL color Cylindrical-coordinate representation of color #5D8B5F: hue angle of 122.61º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D8B5F is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 139 | 95 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.45 |
| HSL | 122.61º | 0.2% | 0.45% | - |
| HSV(B) | 122.61º | 0.33% | 0.55% | - |
| XYZ | 15.81 | 21.62 | 14.17 | - |
| YUV | 120.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 95 | 0.33 | 0 | 0.32 | 0.45 | 122.61 | 0.2 | 0.45 |
| Hex | 5D | 8B | 5F | 21 | 0 | 20 | 2D | 7B | 14 | 2D |
| Octal | 135 | 213 | 137 | 41 | 0 | 40 | 55 | 173 | 24 | 55 |
| Binary | 1011101 | 10001011 | 1011111 | 100001 | 0 | 100000 | 101101 | 1111011 | 10100 | 101101 |
Color Harmonies of #5D8B5F
Complementary color
Monochromatic Colors of #5D8B5F
Black with #5D8B5F
Text Example
Text Example
White with #5D8B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8B5F; }
p { color: rgb(93,139,95); }
H1.HeaderClassName
{
color: #5D8B5F;
}
.AnyTagClassName
{
color: #5D8B5F;
}
</style>
background-color css
<style>
a { background-color: #5D8B5F; }
a { background-color: rgb(93,139,95); }
div.DivClassName
{
background-color: #5D8B5F;
}
.BgClassName
{
background-color: #5D8B5F;
}
</style>
border-color css
<style>
span { border-color: #5D8B5F; }
span { border-color: rgb(93,139,95); }
td.TdClassName
{
border-color: #5D8B5F;
}
.TagClassName
{
border-color: #5D8B5F;
}
</style>