Shades of Hippie Green #5D865B
Tints of Hippie Green #5D865B
RGB
CMYK
RGB Variations
Color information
#5D865B (or 0x5D865B) is known color: Hippie Green. HEX triplet: 5D, 86 and 5B. RGB value is (93,134,91). Sum of RGB (Red+Green+Blue) = 93+134+91=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #5D865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D865B is #A279A4. Grayscale: #747474. Windows color (decimal): -10647973 or 5998173. OLE color: 5998173.
HSL color Cylindrical-coordinate representation of color #5D865B: hue angle of 117.21º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D865B is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 91 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.47 |
| HSL | 117.21º | 0.19% | 0.44% | - |
| HSV(B) | 117.21º | 0.32% | 0.53% | - |
| XYZ | 14.93 | 20.13 | 13 | - |
| YUV | 116.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 91 | 0.31 | 0 | 0.32 | 0.47 | 117.21 | 0.19 | 0.44 |
| Hex | 5D | 86 | 5B | 1F | 0 | 20 | 2F | 75 | 13 | 2C |
| Octal | 135 | 206 | 133 | 37 | 0 | 40 | 57 | 165 | 23 | 54 |
| Binary | 1011101 | 10000110 | 1011011 | 11111 | 0 | 100000 | 101111 | 1110101 | 10011 | 101100 |
Color Harmonies of #5D865B
Complementary color
Monochromatic Colors of #5D865B
Black with #5D865B
Text Example
Text Example
White with #5D865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D865B; }
p { color: rgb(93,134,91); }
H1.HeaderClassName
{
color: #5D865B;
}
.AnyTagClassName
{
color: #5D865B;
}
</style>
background-color css
<style>
a { background-color: #5D865B; }
a { background-color: rgb(93,134,91); }
div.DivClassName
{
background-color: #5D865B;
}
.BgClassName
{
background-color: #5D865B;
}
</style>
border-color css
<style>
span { border-color: #5D865B; }
span { border-color: rgb(93,134,91); }
td.TdClassName
{
border-color: #5D865B;
}
.TagClassName
{
border-color: #5D865B;
}
</style>