Shades of Hippie Green #659353
Tints of Hippie Green #659353
RGB
CMYK
RGB Variations
Color information
#659353 (or 0x659353) is known color: Hippie Green. HEX triplet: 65, 93 and 53. RGB value is (101,147,83). Sum of RGB (Red+Green+Blue) = 101+147+83=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #659353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659353 is #9A6CAC. Grayscale: #7E7E7E. Windows color (decimal): -10120365 or 5477221. OLE color: 5477221.
HSL color Cylindrical-coordinate representation of color #659353: hue angle of 103.12º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #659353 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 83 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.42 |
| HSL | 103.13º | 0.28% | 0.45% | - |
| HSV(B) | 103.13º | 0.44% | 0.58% | - |
| XYZ | 17.36 | 24.26 | 11.95 | - |
| YUV | 125.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 83 | 0.31 | 0 | 0.44 | 0.42 | 103.13 | 0.28 | 0.45 |
| Hex | 65 | 93 | 53 | 1F | 0 | 2C | 2A | 67 | 1C | 2D |
| Octal | 145 | 223 | 123 | 37 | 0 | 54 | 52 | 147 | 34 | 55 |
| Binary | 1100101 | 10010011 | 1010011 | 11111 | 0 | 101100 | 101010 | 1100111 | 11100 | 101101 |
Color Harmonies of #659353
Complementary color
Monochromatic Colors of #659353
Black with #659353
Text Example
Text Example
White with #659353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659353; }
p { color: rgb(101,147,83); }
H1.HeaderClassName
{
color: #659353;
}
.AnyTagClassName
{
color: #659353;
}
</style>
background-color css
<style>
a { background-color: #659353; }
a { background-color: rgb(101,147,83); }
div.DivClassName
{
background-color: #659353;
}
.BgClassName
{
background-color: #659353;
}
</style>
border-color css
<style>
span { border-color: #659353; }
span { border-color: rgb(101,147,83); }
td.TdClassName
{
border-color: #659353;
}
.TagClassName
{
border-color: #659353;
}
</style>