Shades of Hippie Green #4F894D
Tints of Hippie Green #4F894D
RGB
CMYK
RGB Variations
Color information
#4F894D (or 0x4F894D) is known color: Hippie Green. HEX triplet: 4F, 89 and 4D. RGB value is (79,137,77). Sum of RGB (Red+Green+Blue) = 79+137+77=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #4F894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F894D is #B076B2. Grayscale: #717171. Windows color (decimal): -11564723 or 5081423. OLE color: 5081423.
HSL color Cylindrical-coordinate representation of color #4F894D: hue angle of 118º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F894D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 77 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.46 |
| HSL | 118º | 0.28% | 0.42% | - |
| HSV(B) | 118º | 0.44% | 0.54% | - |
| XYZ | 13.51 | 20.09 | 10.19 | - |
| YUV | 112.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 77 | 0.42 | 0 | 0.44 | 0.46 | 118 | 0.28 | 0.42 |
| Hex | 4F | 89 | 4D | 2A | 0 | 2C | 2E | 76 | 1C | 2A |
| Octal | 117 | 211 | 115 | 52 | 0 | 54 | 56 | 166 | 34 | 52 |
| Binary | 1001111 | 10001001 | 1001101 | 101010 | 0 | 101100 | 101110 | 1110110 | 11100 | 101010 |
Color Harmonies of #4F894D
Complementary color
Monochromatic Colors of #4F894D
Black with #4F894D
Text Example
Text Example
White with #4F894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F894D; }
p { color: rgb(79,137,77); }
H1.HeaderClassName
{
color: #4F894D;
}
.AnyTagClassName
{
color: #4F894D;
}
</style>
background-color css
<style>
a { background-color: #4F894D; }
a { background-color: rgb(79,137,77); }
div.DivClassName
{
background-color: #4F894D;
}
.BgClassName
{
background-color: #4F894D;
}
</style>
border-color css
<style>
span { border-color: #4F894D; }
span { border-color: rgb(79,137,77); }
td.TdClassName
{
border-color: #4F894D;
}
.TagClassName
{
border-color: #4F894D;
}
</style>