Shades of Hippie Green #5A934C
Tints of Hippie Green #5A934C
RGB
CMYK
RGB Variations
Color information
#5A934C (or 0x5A934C) is known color: Hippie Green. HEX triplet: 5A, 93 and 4C. RGB value is (90,147,76). Sum of RGB (Red+Green+Blue) = 90+147+76=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #5A934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A934C is #A56CB3. Grayscale: #7A7A7A. Windows color (decimal): -10841268 or 5018458. OLE color: 5018458.
HSL color Cylindrical-coordinate representation of color #5A934C: hue angle of 108.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A934C is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 76 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.42 |
| HSL | 108.17º | 0.32% | 0.44% | - |
| HSV(B) | 108.17º | 0.48% | 0.58% | - |
| XYZ | 15.95 | 23.56 | 10.54 | - |
| YUV | 121.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 76 | 0.39 | 0 | 0.48 | 0.42 | 108.17 | 0.32 | 0.44 |
| Hex | 5A | 93 | 4C | 27 | 0 | 30 | 2A | 6C | 20 | 2C |
| Octal | 132 | 223 | 114 | 47 | 0 | 60 | 52 | 154 | 40 | 54 |
| Binary | 1011010 | 10010011 | 1001100 | 100111 | 0 | 110000 | 101010 | 1101100 | 100000 | 101100 |
Color Harmonies of #5A934C
Complementary color
Monochromatic Colors of #5A934C
Black with #5A934C
Text Example
Text Example
White with #5A934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A934C; }
p { color: rgb(90,147,76); }
H1.HeaderClassName
{
color: #5A934C;
}
.AnyTagClassName
{
color: #5A934C;
}
</style>
background-color css
<style>
a { background-color: #5A934C; }
a { background-color: rgb(90,147,76); }
div.DivClassName
{
background-color: #5A934C;
}
.BgClassName
{
background-color: #5A934C;
}
</style>
border-color css
<style>
span { border-color: #5A934C; }
span { border-color: rgb(90,147,76); }
td.TdClassName
{
border-color: #5A934C;
}
.TagClassName
{
border-color: #5A934C;
}
</style>