Shades of Hippie Green #56925C
Tints of Hippie Green #56925C
RGB
CMYK
RGB Variations
Color information
#56925C (or 0x56925C) is known color: Hippie Green. HEX triplet: 56, 92 and 5C. RGB value is (86,146,92). Sum of RGB (Red+Green+Blue) = 86+146+92=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #56925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56925C is #A96DA3. Grayscale: #7A7A7A. Windows color (decimal): -11103652 or 6066774. OLE color: 6066774.
HSL color Cylindrical-coordinate representation of color #56925C: hue angle of 126º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56925C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 146 | 92 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.43 |
| HSL | 126º | 0.26% | 0.45% | - |
| HSV(B) | 126º | 0.41% | 0.57% | - |
| XYZ | 16.05 | 23.31 | 13.78 | - |
| YUV | 121.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 92 | 0.41 | 0 | 0.37 | 0.43 | 126 | 0.26 | 0.45 |
| Hex | 56 | 92 | 5C | 29 | 0 | 25 | 2B | 7E | 1A | 2D |
| Octal | 126 | 222 | 134 | 51 | 0 | 45 | 53 | 176 | 32 | 55 |
| Binary | 1010110 | 10010010 | 1011100 | 101001 | 0 | 100101 | 101011 | 1111110 | 11010 | 101101 |
Color Harmonies of #56925C
Complementary color
Monochromatic Colors of #56925C
Black with #56925C
Text Example
Text Example
White with #56925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56925C; }
p { color: rgb(86,146,92); }
H1.HeaderClassName
{
color: #56925C;
}
.AnyTagClassName
{
color: #56925C;
}
</style>
background-color css
<style>
a { background-color: #56925C; }
a { background-color: rgb(86,146,92); }
div.DivClassName
{
background-color: #56925C;
}
.BgClassName
{
background-color: #56925C;
}
</style>
border-color css
<style>
span { border-color: #56925C; }
span { border-color: rgb(86,146,92); }
td.TdClassName
{
border-color: #56925C;
}
.TagClassName
{
border-color: #56925C;
}
</style>