Shades of Hippie Green #56964B
Tints of Hippie Green #56964B
RGB
CMYK
RGB Variations
Color information
#56964B (or 0x56964B) is known color: Hippie Green. HEX triplet: 56, 96 and 4B. RGB value is (86,150,75). Sum of RGB (Red+Green+Blue) = 86+150+75=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #56964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56964B is #A969B4. Grayscale: #7A7A7A. Windows color (decimal): -11102645 or 4953686. OLE color: 4953686.
HSL color Cylindrical-coordinate representation of color #56964B: hue angle of 111.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56964B is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 75 | - |
| CMYK | 0.43 | 0 | 0.5 | 0.41 |
| HSL | 111.2º | 0.33% | 0.44% | - |
| HSV(B) | 111.2º | 0.5% | 0.59% | - |
| XYZ | 16.01 | 24.3 | 10.5 | - |
| YUV | 122.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 75 | 0.43 | 0 | 0.5 | 0.41 | 111.2 | 0.33 | 0.44 |
| Hex | 56 | 96 | 4B | 2B | 0 | 32 | 29 | 6F | 21 | 2C |
| Octal | 126 | 226 | 113 | 53 | 0 | 62 | 51 | 157 | 41 | 54 |
| Binary | 1010110 | 10010110 | 1001011 | 101011 | 0 | 110010 | 101001 | 1101111 | 100001 | 101100 |
Color Harmonies of #56964B
Complementary color
Monochromatic Colors of #56964B
Black with #56964B
Text Example
Text Example
White with #56964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56964B; }
p { color: rgb(86,150,75); }
H1.HeaderClassName
{
color: #56964B;
}
.AnyTagClassName
{
color: #56964B;
}
</style>
background-color css
<style>
a { background-color: #56964B; }
a { background-color: rgb(86,150,75); }
div.DivClassName
{
background-color: #56964B;
}
.BgClassName
{
background-color: #56964B;
}
</style>
border-color css
<style>
span { border-color: #56964B; }
span { border-color: rgb(86,150,75); }
td.TdClassName
{
border-color: #56964B;
}
.TagClassName
{
border-color: #56964B;
}
</style>