Shades of Hippie Green #59935C
Tints of Hippie Green #59935C
RGB
CMYK
RGB Variations
Color information
#59935C (or 0x59935C) is known color: Hippie Green. HEX triplet: 59, 93 and 5C. RGB value is (89,147,92). Sum of RGB (Red+Green+Blue) = 89+147+92=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #59935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59935C is #A66CA3. Grayscale: #7B7B7B. Windows color (decimal): -10906788 or 6067033. OLE color: 6067033.
HSL color Cylindrical-coordinate representation of color #59935C: hue angle of 123.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59935C is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 92 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.42 |
| HSL | 123.1º | 0.25% | 0.46% | - |
| HSV(B) | 123.1º | 0.39% | 0.58% | - |
| XYZ | 16.49 | 23.76 | 13.84 | - |
| YUV | 123.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 92 | 0.39 | 0 | 0.37 | 0.42 | 123.1 | 0.25 | 0.46 |
| Hex | 59 | 93 | 5C | 27 | 0 | 25 | 2A | 7B | 19 | 2E |
| Octal | 131 | 223 | 134 | 47 | 0 | 45 | 52 | 173 | 31 | 56 |
| Binary | 1011001 | 10010011 | 1011100 | 100111 | 0 | 100101 | 101010 | 1111011 | 11001 | 101110 |
Color Harmonies of #59935C
Complementary color
Monochromatic Colors of #59935C
Black with #59935C
Text Example
Text Example
White with #59935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59935C; }
p { color: rgb(89,147,92); }
H1.HeaderClassName
{
color: #59935C;
}
.AnyTagClassName
{
color: #59935C;
}
</style>
background-color css
<style>
a { background-color: #59935C; }
a { background-color: rgb(89,147,92); }
div.DivClassName
{
background-color: #59935C;
}
.BgClassName
{
background-color: #59935C;
}
</style>
border-color css
<style>
span { border-color: #59935C; }
span { border-color: rgb(89,147,92); }
td.TdClassName
{
border-color: #59935C;
}
.TagClassName
{
border-color: #59935C;
}
</style>