Shades of Hippie Green #5A994B
Tints of Hippie Green #5A994B
RGB
CMYK
RGB Variations
Color information
#5A994B (or 0x5A994B) is known color: Hippie Green. HEX triplet: 5A, 99 and 4B. RGB value is (90,153,75). Sum of RGB (Red+Green+Blue) = 90+153+75=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #5A994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A994B is #A566B4. Grayscale: #7D7D7D. Windows color (decimal): -10839733 or 4954458. OLE color: 4954458.
HSL color Cylindrical-coordinate representation of color #5A994B: hue angle of 108.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A994B is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 75 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.4 |
| HSL | 108.46º | 0.34% | 0.45% | - |
| HSV(B) | 108.46º | 0.51% | 0.6% | - |
| XYZ | 16.88 | 25.46 | 10.68 | - |
| YUV | 125.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 75 | 0.41 | 0 | 0.51 | 0.4 | 108.46 | 0.34 | 0.45 |
| Hex | 5A | 99 | 4B | 29 | 0 | 33 | 28 | 6C | 22 | 2D |
| Octal | 132 | 231 | 113 | 51 | 0 | 63 | 50 | 154 | 42 | 55 |
| Binary | 1011010 | 10011001 | 1001011 | 101001 | 0 | 110011 | 101000 | 1101100 | 100010 | 101101 |
Color Harmonies of #5A994B
Complementary color
Monochromatic Colors of #5A994B
Black with #5A994B
Text Example
Text Example
White with #5A994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A994B; }
p { color: rgb(90,153,75); }
H1.HeaderClassName
{
color: #5A994B;
}
.AnyTagClassName
{
color: #5A994B;
}
</style>
background-color css
<style>
a { background-color: #5A994B; }
a { background-color: rgb(90,153,75); }
div.DivClassName
{
background-color: #5A994B;
}
.BgClassName
{
background-color: #5A994B;
}
</style>
border-color css
<style>
span { border-color: #5A994B; }
span { border-color: rgb(90,153,75); }
td.TdClassName
{
border-color: #5A994B;
}
.TagClassName
{
border-color: #5A994B;
}
</style>