Shades of Hippie Green #5C815C
Tints of Hippie Green #5C815C
RGB
CMYK
RGB Variations
Color information
#5C815C (or 0x5C815C) is known color: Hippie Green. HEX triplet: 5C, 81 and 5C. RGB value is (92,129,92). Sum of RGB (Red+Green+Blue) = 92+129+92=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #5C815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C815C is #A37EA3. Grayscale: #717171. Windows color (decimal): -10714788 or 6062428. OLE color: 6062428.
HSL color Cylindrical-coordinate representation of color #5C815C: hue angle of 120º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C815C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 129 | 92 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.49 |
| HSL | 120º | 0.17% | 0.43% | - |
| HSV(B) | 120º | 0.29% | 0.51% | - |
| XYZ | 14.2 | 18.75 | 13 | - |
| YUV | 113.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 129 | 92 | 0.29 | 0 | 0.29 | 0.49 | 120 | 0.17 | 0.43 |
| Hex | 5C | 81 | 5C | 1D | 0 | 1D | 31 | 78 | 11 | 2B |
| Octal | 134 | 201 | 134 | 35 | 0 | 35 | 61 | 170 | 21 | 53 |
| Binary | 1011100 | 10000001 | 1011100 | 11101 | 0 | 11101 | 110001 | 1111000 | 10001 | 101011 |
Color Harmonies of #5C815C
Complementary color
Monochromatic Colors of #5C815C
Black with #5C815C
Text Example
Text Example
White with #5C815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C815C; }
p { color: rgb(92,129,92); }
H1.HeaderClassName
{
color: #5C815C;
}
.AnyTagClassName
{
color: #5C815C;
}
</style>
background-color css
<style>
a { background-color: #5C815C; }
a { background-color: rgb(92,129,92); }
div.DivClassName
{
background-color: #5C815C;
}
.BgClassName
{
background-color: #5C815C;
}
</style>
border-color css
<style>
span { border-color: #5C815C; }
span { border-color: rgb(92,129,92); }
td.TdClassName
{
border-color: #5C815C;
}
.TagClassName
{
border-color: #5C815C;
}
</style>