Shades of Hippie Green #56934E
Tints of Hippie Green #56934E
RGB
CMYK
RGB Variations
Color information
#56934E (or 0x56934E) is known color: Hippie Green. HEX triplet: 56, 93 and 4E. RGB value is (86,147,78). Sum of RGB (Red+Green+Blue) = 86+147+78=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #56934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56934E is #A96CB1. Grayscale: #797979. Windows color (decimal): -11103410 or 5149526. OLE color: 5149526.
HSL color Cylindrical-coordinate representation of color #56934E: hue angle of 113.04º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56934E is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 147 | 78 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.42 |
| HSL | 113.04º | 0.31% | 0.44% | - |
| HSV(B) | 113.04º | 0.47% | 0.58% | - |
| XYZ | 15.65 | 23.4 | 10.9 | - |
| YUV | 120.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 78 | 0.41 | 0 | 0.47 | 0.42 | 113.04 | 0.31 | 0.44 |
| Hex | 56 | 93 | 4E | 29 | 0 | 2F | 2A | 71 | 1F | 2C |
| Octal | 126 | 223 | 116 | 51 | 0 | 57 | 52 | 161 | 37 | 54 |
| Binary | 1010110 | 10010011 | 1001110 | 101001 | 0 | 101111 | 101010 | 1110001 | 11111 | 101100 |
Color Harmonies of #56934E
Complementary color
Monochromatic Colors of #56934E
Black with #56934E
Text Example
Text Example
White with #56934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56934E; }
p { color: rgb(86,147,78); }
H1.HeaderClassName
{
color: #56934E;
}
.AnyTagClassName
{
color: #56934E;
}
</style>
background-color css
<style>
a { background-color: #56934E; }
a { background-color: rgb(86,147,78); }
div.DivClassName
{
background-color: #56934E;
}
.BgClassName
{
background-color: #56934E;
}
</style>
border-color css
<style>
span { border-color: #56934E; }
span { border-color: rgb(86,147,78); }
td.TdClassName
{
border-color: #56934E;
}
.TagClassName
{
border-color: #56934E;
}
</style>