Shades of Hippie Green #5C865C
Tints of Hippie Green #5C865C
RGB
CMYK
RGB Variations
Color information
#5C865C (or 0x5C865C) is known color: Hippie Green. HEX triplet: 5C, 86 and 5C. RGB value is (92,134,92). Sum of RGB (Red+Green+Blue) = 92+134+92=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #5C865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C865C is #A379A3. Grayscale: #747474. Windows color (decimal): -10713508 or 6063708. OLE color: 6063708.
HSL color Cylindrical-coordinate representation of color #5C865C: hue angle of 120º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C865C is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 134 | 92 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.47 |
| HSL | 120º | 0.19% | 0.44% | - |
| HSV(B) | 120º | 0.31% | 0.53% | - |
| XYZ | 14.87 | 20.1 | 13.22 | - |
| YUV | 116.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 134 | 92 | 0.31 | 0 | 0.31 | 0.47 | 120 | 0.19 | 0.44 |
| Hex | 5C | 86 | 5C | 1F | 0 | 1F | 2F | 78 | 13 | 2C |
| Octal | 134 | 206 | 134 | 37 | 0 | 37 | 57 | 170 | 23 | 54 |
| Binary | 1011100 | 10000110 | 1011100 | 11111 | 0 | 11111 | 101111 | 1111000 | 10011 | 101100 |
Color Harmonies of #5C865C
Complementary color
Monochromatic Colors of #5C865C
Black with #5C865C
Text Example
Text Example
White with #5C865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C865C; }
p { color: rgb(92,134,92); }
H1.HeaderClassName
{
color: #5C865C;
}
.AnyTagClassName
{
color: #5C865C;
}
</style>
background-color css
<style>
a { background-color: #5C865C; }
a { background-color: rgb(92,134,92); }
div.DivClassName
{
background-color: #5C865C;
}
.BgClassName
{
background-color: #5C865C;
}
</style>
border-color css
<style>
span { border-color: #5C865C; }
span { border-color: rgb(92,134,92); }
td.TdClassName
{
border-color: #5C865C;
}
.TagClassName
{
border-color: #5C865C;
}
</style>