Shades of Hippie Green #5D825C
Tints of Hippie Green #5D825C
RGB
CMYK
RGB Variations
Color information
#5D825C (or 0x5D825C) is known color: Hippie Green. HEX triplet: 5D, 82 and 5C. RGB value is (93,130,92). Sum of RGB (Red+Green+Blue) = 93+130+92=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #5D825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D825C is #A27DA3. Grayscale: #727272. Windows color (decimal): -10648996 or 6062685. OLE color: 6062685.
HSL color Cylindrical-coordinate representation of color #5D825C: hue angle of 118.42º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D825C is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 130 | 92 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.49 |
| HSL | 118.42º | 0.17% | 0.44% | - |
| HSV(B) | 118.42º | 0.29% | 0.51% | - |
| XYZ | 14.43 | 19.07 | 13.04 | - |
| YUV | 114.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 92 | 0.28 | 0 | 0.29 | 0.49 | 118.42 | 0.17 | 0.44 |
| Hex | 5D | 82 | 5C | 1C | 0 | 1D | 31 | 76 | 11 | 2C |
| Octal | 135 | 202 | 134 | 34 | 0 | 35 | 61 | 166 | 21 | 54 |
| Binary | 1011101 | 10000010 | 1011100 | 11100 | 0 | 11101 | 110001 | 1110110 | 10001 | 101100 |
Color Harmonies of #5D825C
Complementary color
Monochromatic Colors of #5D825C
Black with #5D825C
Text Example
Text Example
White with #5D825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D825C; }
p { color: rgb(93,130,92); }
H1.HeaderClassName
{
color: #5D825C;
}
.AnyTagClassName
{
color: #5D825C;
}
</style>
background-color css
<style>
a { background-color: #5D825C; }
a { background-color: rgb(93,130,92); }
div.DivClassName
{
background-color: #5D825C;
}
.BgClassName
{
background-color: #5D825C;
}
</style>
border-color css
<style>
span { border-color: #5D825C; }
span { border-color: rgb(93,130,92); }
td.TdClassName
{
border-color: #5D825C;
}
.TagClassName
{
border-color: #5D825C;
}
</style>