Shades of Hippie Green #659065
Tints of Hippie Green #659065
RGB
CMYK
RGB Variations
Color information
#659065 (or 0x659065) is known color: Hippie Green. HEX triplet: 65, 90 and 65. RGB value is (101,144,101). Sum of RGB (Red+Green+Blue) = 101+144+101=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #659065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659065 is #9A6F9A. Grayscale: #7E7E7E. Windows color (decimal): -10121115 or 6656101. OLE color: 6656101.
HSL color Cylindrical-coordinate representation of color #659065: hue angle of 120º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659065 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 101 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.44 |
| HSL | 120º | 0.18% | 0.48% | - |
| HSV(B) | 120º | 0.3% | 0.56% | - |
| XYZ | 17.69 | 23.65 | 15.95 | - |
| YUV | 126.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 101 | 0.30 | 0 | 0.30 | 0.44 | 120 | 0.18 | 0.48 |
| Hex | 65 | 90 | 65 | 1E | 0 | 1E | 2C | 78 | 12 | 30 |
| Octal | 145 | 220 | 145 | 36 | 0 | 36 | 54 | 170 | 22 | 60 |
| Binary | 1100101 | 10010000 | 1100101 | 11110 | 0 | 11110 | 101100 | 1111000 | 10010 | 110000 |
Color Harmonies of #659065
Complementary color
Monochromatic Colors of #659065
Black with #659065
Text Example
Text Example
White with #659065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659065; }
p { color: rgb(101,144,101); }
H1.HeaderClassName
{
color: #659065;
}
.AnyTagClassName
{
color: #659065;
}
</style>
background-color css
<style>
a { background-color: #659065; }
a { background-color: rgb(101,144,101); }
div.DivClassName
{
background-color: #659065;
}
.BgClassName
{
background-color: #659065;
}
</style>
border-color css
<style>
span { border-color: #659065; }
span { border-color: rgb(101,144,101); }
td.TdClassName
{
border-color: #659065;
}
.TagClassName
{
border-color: #659065;
}
</style>