Shades of Hippie Green #659364
Tints of Hippie Green #659364
RGB
CMYK
RGB Variations
Color information
#659364 (or 0x659364) is known color: Hippie Green. HEX triplet: 65, 93 and 64. RGB value is (101,147,100). Sum of RGB (Red+Green+Blue) = 101+147+100=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #659364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659364 is #9A6C9B. Grayscale: #808080. Windows color (decimal): -10120348 or 6591333. OLE color: 6591333.
HSL color Cylindrical-coordinate representation of color #659364: hue angle of 118.72º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659364 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 100 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.42 |
| HSL | 118.72º | 0.19% | 0.48% | - |
| HSV(B) | 118.72º | 0.32% | 0.58% | - |
| XYZ | 18.1 | 24.55 | 15.84 | - |
| YUV | 127.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 100 | 0.31 | 0 | 0.32 | 0.42 | 118.72 | 0.19 | 0.48 |
| Hex | 65 | 93 | 64 | 1F | 0 | 20 | 2A | 77 | 13 | 30 |
| Octal | 145 | 223 | 144 | 37 | 0 | 40 | 52 | 167 | 23 | 60 |
| Binary | 1100101 | 10010011 | 1100100 | 11111 | 0 | 100000 | 101010 | 1110111 | 10011 | 110000 |
Color Harmonies of #659364
Complementary color
Monochromatic Colors of #659364
Black with #659364
Text Example
Text Example
White with #659364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659364; }
p { color: rgb(101,147,100); }
H1.HeaderClassName
{
color: #659364;
}
.AnyTagClassName
{
color: #659364;
}
</style>
background-color css
<style>
a { background-color: #659364; }
a { background-color: rgb(101,147,100); }
div.DivClassName
{
background-color: #659364;
}
.BgClassName
{
background-color: #659364;
}
</style>
border-color css
<style>
span { border-color: #659364; }
span { border-color: rgb(101,147,100); }
td.TdClassName
{
border-color: #659364;
}
.TagClassName
{
border-color: #659364;
}
</style>