Shades of Hippie Green #658D5C
Tints of Hippie Green #658D5C
RGB
CMYK
RGB Variations
Color information
#658D5C (or 0x658D5C) is known color: Hippie Green. HEX triplet: 65, 8D and 5C. RGB value is (101,141,92). Sum of RGB (Red+Green+Blue) = 101+141+92=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #658D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658D5C is #9A72A3. Grayscale: #7B7B7B. Windows color (decimal): -10121892 or 6065509. OLE color: 6065509.
HSL color Cylindrical-coordinate representation of color #658D5C: hue angle of 108.98º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #658D5C is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 92 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.45 |
| HSL | 108.98º | 0.21% | 0.46% | - |
| HSV(B) | 108.98º | 0.35% | 0.55% | - |
| XYZ | 16.82 | 22.59 | 13.6 | - |
| YUV | 123.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 92 | 0.28 | 0 | 0.35 | 0.45 | 108.98 | 0.21 | 0.46 |
| Hex | 65 | 8D | 5C | 1C | 0 | 23 | 2D | 6D | 15 | 2E |
| Octal | 145 | 215 | 134 | 34 | 0 | 43 | 55 | 155 | 25 | 56 |
| Binary | 1100101 | 10001101 | 1011100 | 11100 | 0 | 100011 | 101101 | 1101101 | 10101 | 101110 |
Color Harmonies of #658D5C
Complementary color
Monochromatic Colors of #658D5C
Black with #658D5C
Text Example
Text Example
White with #658D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D5C; }
p { color: rgb(101,141,92); }
H1.HeaderClassName
{
color: #658D5C;
}
.AnyTagClassName
{
color: #658D5C;
}
</style>
background-color css
<style>
a { background-color: #658D5C; }
a { background-color: rgb(101,141,92); }
div.DivClassName
{
background-color: #658D5C;
}
.BgClassName
{
background-color: #658D5C;
}
</style>
border-color css
<style>
span { border-color: #658D5C; }
span { border-color: rgb(101,141,92); }
td.TdClassName
{
border-color: #658D5C;
}
.TagClassName
{
border-color: #658D5C;
}
</style>