Shades of Hippie Green #659E5E
Tints of Hippie Green #659E5E
RGB
CMYK
RGB Variations
Color information
#659E5E (or 0x659E5E) is known color: Hippie Green. HEX triplet: 65, 9E and 5E. RGB value is (101,158,94). Sum of RGB (Red+Green+Blue) = 101+158+94=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #659E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E5E is #9A61A1. Grayscale: #858585. Windows color (decimal): -10117538 or 6200933. OLE color: 6200933.
HSL color Cylindrical-coordinate representation of color #659E5E: hue angle of 113.44º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #659E5E is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 158 | 94 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.38 |
| HSL | 113.44º | 0.25% | 0.49% | - |
| HSV(B) | 113.44º | 0.41% | 0.62% | - |
| XYZ | 19.61 | 28.03 | 14.97 | - |
| YUV | 133.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 94 | 0.36 | 0 | 0.41 | 0.38 | 113.44 | 0.25 | 0.49 |
| Hex | 65 | 9E | 5E | 24 | 0 | 29 | 26 | 71 | 19 | 31 |
| Octal | 145 | 236 | 136 | 44 | 0 | 51 | 46 | 161 | 31 | 61 |
| Binary | 1100101 | 10011110 | 1011110 | 100100 | 0 | 101001 | 100110 | 1110001 | 11001 | 110001 |
Color Harmonies of #659E5E
Complementary color
Monochromatic Colors of #659E5E
Black with #659E5E
Text Example
Text Example
White with #659E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659E5E; }
p { color: rgb(101,158,94); }
H1.HeaderClassName
{
color: #659E5E;
}
.AnyTagClassName
{
color: #659E5E;
}
</style>
background-color css
<style>
a { background-color: #659E5E; }
a { background-color: rgb(101,158,94); }
div.DivClassName
{
background-color: #659E5E;
}
.BgClassName
{
background-color: #659E5E;
}
</style>
border-color css
<style>
span { border-color: #659E5E; }
span { border-color: rgb(101,158,94); }
td.TdClassName
{
border-color: #659E5E;
}
.TagClassName
{
border-color: #659E5E;
}
</style>