Shades of Hippie Green #659752
Tints of Hippie Green #659752
RGB
CMYK
RGB Variations
Color information
#659752 (or 0x659752) is known color: Hippie Green. HEX triplet: 65, 97 and 52. RGB value is (101,151,82). Sum of RGB (Red+Green+Blue) = 101+151+82=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #659752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659752 is #9A68AD. Grayscale: #808080. Windows color (decimal): -10119342 or 5412709. OLE color: 5412709.
HSL color Cylindrical-coordinate representation of color #659752: hue angle of 103.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #659752 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 151 | 82 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.41 |
| HSL | 103.48º | 0.3% | 0.46% | - |
| HSV(B) | 103.48º | 0.46% | 0.59% | - |
| XYZ | 17.96 | 25.51 | 11.96 | - |
| YUV | 128.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 82 | 0.33 | 0 | 0.46 | 0.41 | 103.48 | 0.3 | 0.46 |
| Hex | 65 | 97 | 52 | 21 | 0 | 2E | 29 | 67 | 1E | 2E |
| Octal | 145 | 227 | 122 | 41 | 0 | 56 | 51 | 147 | 36 | 56 |
| Binary | 1100101 | 10010111 | 1010010 | 100001 | 0 | 101110 | 101001 | 1100111 | 11110 | 101110 |
Color Harmonies of #659752
Complementary color
Monochromatic Colors of #659752
Black with #659752
Text Example
Text Example
White with #659752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659752; }
p { color: rgb(101,151,82); }
H1.HeaderClassName
{
color: #659752;
}
.AnyTagClassName
{
color: #659752;
}
</style>
background-color css
<style>
a { background-color: #659752; }
a { background-color: rgb(101,151,82); }
div.DivClassName
{
background-color: #659752;
}
.BgClassName
{
background-color: #659752;
}
</style>
border-color css
<style>
span { border-color: #659752; }
span { border-color: rgb(101,151,82); }
td.TdClassName
{
border-color: #659752;
}
.TagClassName
{
border-color: #659752;
}
</style>