Shades of Hippie Green #56954C
Tints of Hippie Green #56954C
RGB
CMYK
RGB Variations
Color information
#56954C (or 0x56954C) is known color: Hippie Green. HEX triplet: 56, 95 and 4C. RGB value is (86,149,76). Sum of RGB (Red+Green+Blue) = 86+149+76=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #56954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56954C is #A96AB3. Grayscale: #7A7A7A. Windows color (decimal): -11102900 or 5018966. OLE color: 5018966.
HSL color Cylindrical-coordinate representation of color #56954C: hue angle of 111.78º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56954C is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 149 | 76 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.42 |
| HSL | 111.78º | 0.32% | 0.44% | - |
| HSV(B) | 111.78º | 0.49% | 0.58% | - |
| XYZ | 15.89 | 24 | 10.63 | - |
| YUV | 121.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 149 | 76 | 0.42 | 0 | 0.49 | 0.42 | 111.78 | 0.32 | 0.44 |
| Hex | 56 | 95 | 4C | 2A | 0 | 31 | 2A | 70 | 20 | 2C |
| Octal | 126 | 225 | 114 | 52 | 0 | 61 | 52 | 160 | 40 | 54 |
| Binary | 1010110 | 10010101 | 1001100 | 101010 | 0 | 110001 | 101010 | 1110000 | 100000 | 101100 |
Color Harmonies of #56954C
Complementary color
Monochromatic Colors of #56954C
Black with #56954C
Text Example
Text Example
White with #56954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56954C; }
p { color: rgb(86,149,76); }
H1.HeaderClassName
{
color: #56954C;
}
.AnyTagClassName
{
color: #56954C;
}
</style>
background-color css
<style>
a { background-color: #56954C; }
a { background-color: rgb(86,149,76); }
div.DivClassName
{
background-color: #56954C;
}
.BgClassName
{
background-color: #56954C;
}
</style>
border-color css
<style>
span { border-color: #56954C; }
span { border-color: rgb(86,149,76); }
td.TdClassName
{
border-color: #56954C;
}
.TagClassName
{
border-color: #56954C;
}
</style>