Shades of Hippie Green #5B7D5D
Tints of Hippie Green #5B7D5D
RGB
CMYK
RGB Variations
Color information
#5B7D5D (or 0x5B7D5D) is known color: Hippie Green. HEX triplet: 5B, 7D and 5D. RGB value is (91,125,93). Sum of RGB (Red+Green+Blue) = 91+125+93=309 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.45% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D5D is #A482A2. Grayscale: #6F6F6F. Windows color (decimal): -10781347 or 6126939. OLE color: 6126939.
HSL color Cylindrical-coordinate representation of color #5B7D5D: hue angle of 123.53º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7D5D is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 93 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.51 |
| HSL | 123.53º | 0.16% | 0.42% | - |
| HSV(B) | 123.53º | 0.27% | 0.49% | - |
| XYZ | 13.62 | 17.68 | 13.05 | - |
| YUV | 111.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 93 | 0.27 | 0 | 0.26 | 0.51 | 123.53 | 0.16 | 0.42 |
| Hex | 5B | 7D | 5D | 1B | 0 | 1A | 33 | 7C | 10 | 2A |
| Octal | 133 | 175 | 135 | 33 | 0 | 32 | 63 | 174 | 20 | 52 |
| Binary | 1011011 | 1111101 | 1011101 | 11011 | 0 | 11010 | 110011 | 1111100 | 10000 | 101010 |
Color Harmonies of #5B7D5D
Complementary color
Monochromatic Colors of #5B7D5D
Black with #5B7D5D
Text Example
Text Example
White with #5B7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D5D; }
p { color: rgb(91,125,93); }
H1.HeaderClassName
{
color: #5B7D5D;
}
.AnyTagClassName
{
color: #5B7D5D;
}
</style>
background-color css
<style>
a { background-color: #5B7D5D; }
a { background-color: rgb(91,125,93); }
div.DivClassName
{
background-color: #5B7D5D;
}
.BgClassName
{
background-color: #5B7D5D;
}
</style>
border-color css
<style>
span { border-color: #5B7D5D; }
span { border-color: rgb(91,125,93); }
td.TdClassName
{
border-color: #5B7D5D;
}
.TagClassName
{
border-color: #5B7D5D;
}
</style>