Shades of Hippie Green #59925D
Tints of Hippie Green #59925D
RGB
CMYK
RGB Variations
Color information
#59925D (or 0x59925D) is known color: Hippie Green. HEX triplet: 59, 92 and 5D. RGB value is (89,146,93). Sum of RGB (Red+Green+Blue) = 89+146+93=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #59925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59925D is #A66DA2. Grayscale: #7B7B7B. Windows color (decimal): -10907043 or 6132313. OLE color: 6132313.
HSL color Cylindrical-coordinate representation of color #59925D: hue angle of 124.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59925D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 93 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.43 |
| HSL | 124.21º | 0.24% | 0.46% | - |
| HSV(B) | 124.21º | 0.39% | 0.57% | - |
| XYZ | 16.37 | 23.47 | 14.02 | - |
| YUV | 122.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 93 | 0.39 | 0 | 0.36 | 0.43 | 124.21 | 0.24 | 0.46 |
| Hex | 59 | 92 | 5D | 27 | 0 | 24 | 2B | 7C | 18 | 2E |
| Octal | 131 | 222 | 135 | 47 | 0 | 44 | 53 | 174 | 30 | 56 |
| Binary | 1011001 | 10010010 | 1011101 | 100111 | 0 | 100100 | 101011 | 1111100 | 11000 | 101110 |
Color Harmonies of #59925D
Complementary color
Monochromatic Colors of #59925D
Black with #59925D
Text Example
Text Example
White with #59925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59925D; }
p { color: rgb(89,146,93); }
H1.HeaderClassName
{
color: #59925D;
}
.AnyTagClassName
{
color: #59925D;
}
</style>
background-color css
<style>
a { background-color: #59925D; }
a { background-color: rgb(89,146,93); }
div.DivClassName
{
background-color: #59925D;
}
.BgClassName
{
background-color: #59925D;
}
</style>
border-color css
<style>
span { border-color: #59925D; }
span { border-color: rgb(89,146,93); }
td.TdClassName
{
border-color: #59925D;
}
.TagClassName
{
border-color: #59925D;
}
</style>