Shades of Hippie Green #659A5E
Tints of Hippie Green #659A5E
RGB
CMYK
RGB Variations
Color information
#659A5E (or 0x659A5E) is known color: Hippie Green. HEX triplet: 65, 9A and 5E. RGB value is (101,154,94). Sum of RGB (Red+Green+Blue) = 101+154+94=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #659A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A5E is #9A65A1. Grayscale: #838383. Windows color (decimal): -10118562 or 6199909. OLE color: 6199909.
HSL color Cylindrical-coordinate representation of color #659A5E: hue angle of 113º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #659A5E is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 154 | 94 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.40 |
| HSL | 113º | 0.24% | 0.49% | - |
| HSV(B) | 113º | 0.39% | 0.6% | - |
| XYZ | 18.94 | 26.69 | 14.74 | - |
| YUV | 131.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 94 | 0.34 | 0 | 0.39 | 0.40 | 113 | 0.24 | 0.49 |
| Hex | 65 | 9A | 5E | 22 | 0 | 27 | 28 | 71 | 18 | 31 |
| Octal | 145 | 232 | 136 | 42 | 0 | 47 | 50 | 161 | 30 | 61 |
| Binary | 1100101 | 10011010 | 1011110 | 100010 | 0 | 100111 | 101000 | 1110001 | 11000 | 110001 |
Color Harmonies of #659A5E
Complementary color
Monochromatic Colors of #659A5E
Black with #659A5E
Text Example
Text Example
White with #659A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659A5E; }
p { color: rgb(101,154,94); }
H1.HeaderClassName
{
color: #659A5E;
}
.AnyTagClassName
{
color: #659A5E;
}
</style>
background-color css
<style>
a { background-color: #659A5E; }
a { background-color: rgb(101,154,94); }
div.DivClassName
{
background-color: #659A5E;
}
.BgClassName
{
background-color: #659A5E;
}
</style>
border-color css
<style>
span { border-color: #659A5E; }
span { border-color: rgb(101,154,94); }
td.TdClassName
{
border-color: #659A5E;
}
.TagClassName
{
border-color: #659A5E;
}
</style>