Shades of Hippie Green #659952
Tints of Hippie Green #659952
RGB
CMYK
RGB Variations
Color information
#659952 (or 0x659952) is known color: Hippie Green. HEX triplet: 65, 99 and 52. RGB value is (101,153,82). Sum of RGB (Red+Green+Blue) = 101+153+82=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #659952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659952 is #9A66AD. Grayscale: #818181. Windows color (decimal): -10118830 or 5413221. OLE color: 5413221.
HSL color Cylindrical-coordinate representation of color #659952: hue angle of 103.94º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #659952 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 82 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.4 |
| HSL | 103.94º | 0.3% | 0.46% | - |
| HSV(B) | 103.94º | 0.46% | 0.6% | - |
| XYZ | 18.28 | 26.16 | 12.07 | - |
| YUV | 129.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 82 | 0.34 | 0 | 0.46 | 0.4 | 103.94 | 0.3 | 0.46 |
| Hex | 65 | 99 | 52 | 22 | 0 | 2E | 28 | 68 | 1E | 2E |
| Octal | 145 | 231 | 122 | 42 | 0 | 56 | 50 | 150 | 36 | 56 |
| Binary | 1100101 | 10011001 | 1010010 | 100010 | 0 | 101110 | 101000 | 1101000 | 11110 | 101110 |
Color Harmonies of #659952
Complementary color
Monochromatic Colors of #659952
Black with #659952
Text Example
Text Example
White with #659952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659952; }
p { color: rgb(101,153,82); }
H1.HeaderClassName
{
color: #659952;
}
.AnyTagClassName
{
color: #659952;
}
</style>
background-color css
<style>
a { background-color: #659952; }
a { background-color: rgb(101,153,82); }
div.DivClassName
{
background-color: #659952;
}
.BgClassName
{
background-color: #659952;
}
</style>
border-color css
<style>
span { border-color: #659952; }
span { border-color: rgb(101,153,82); }
td.TdClassName
{
border-color: #659952;
}
.TagClassName
{
border-color: #659952;
}
</style>