Shades of Hippie Green #5C8A54
Tints of Hippie Green #5C8A54
RGB
CMYK
RGB Variations
Color information
#5C8A54 (or 0x5C8A54) is known color: Hippie Green. HEX triplet: 5C, 8A and 54. RGB value is (92,138,84). Sum of RGB (Red+Green+Blue) = 92+138+84=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #5C8A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8A54 is #A375AB. Grayscale: #767676. Windows color (decimal): -10712492 or 5540444. OLE color: 5540444.
HSL color Cylindrical-coordinate representation of color #5C8A54: hue angle of 111.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C8A54 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 138 | 84 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.46 |
| HSL | 111.11º | 0.24% | 0.44% | - |
| HSV(B) | 111.11º | 0.39% | 0.54% | - |
| XYZ | 15.1 | 21.09 | 11.66 | - |
| YUV | 118.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 138 | 84 | 0.33 | 0 | 0.39 | 0.46 | 111.11 | 0.24 | 0.44 |
| Hex | 5C | 8A | 54 | 21 | 0 | 27 | 2E | 6F | 18 | 2C |
| Octal | 134 | 212 | 124 | 41 | 0 | 47 | 56 | 157 | 30 | 54 |
| Binary | 1011100 | 10001010 | 1010100 | 100001 | 0 | 100111 | 101110 | 1101111 | 11000 | 101100 |
Color Harmonies of #5C8A54
Complementary color
Monochromatic Colors of #5C8A54
Black with #5C8A54
Text Example
Text Example
White with #5C8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8A54; }
p { color: rgb(92,138,84); }
H1.HeaderClassName
{
color: #5C8A54;
}
.AnyTagClassName
{
color: #5C8A54;
}
</style>
background-color css
<style>
a { background-color: #5C8A54; }
a { background-color: rgb(92,138,84); }
div.DivClassName
{
background-color: #5C8A54;
}
.BgClassName
{
background-color: #5C8A54;
}
</style>
border-color css
<style>
span { border-color: #5C8A54; }
span { border-color: rgb(92,138,84); }
td.TdClassName
{
border-color: #5C8A54;
}
.TagClassName
{
border-color: #5C8A54;
}
</style>