Shades of Hippie Green #658363
Tints of Hippie Green #658363
RGB
CMYK
RGB Variations
Color information
#658363 (or 0x658363) is known color: Hippie Green. HEX triplet: 65, 83 and 63. RGB value is (101,131,99). Sum of RGB (Red+Green+Blue) = 101+131+99=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #658363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658363 is #9A7C9C. Grayscale: #767676. Windows color (decimal): -10124445 or 6521701. OLE color: 6521701.
HSL color Cylindrical-coordinate representation of color #658363: hue angle of 116.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #658363 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 99 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.49 |
| HSL | 116.25º | 0.14% | 0.45% | - |
| HSV(B) | 116.25º | 0.24% | 0.51% | - |
| XYZ | 15.74 | 19.9 | 14.82 | - |
| YUV | 118.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 99 | 0.23 | 0 | 0.24 | 0.49 | 116.25 | 0.14 | 0.45 |
| Hex | 65 | 83 | 63 | 17 | 0 | 18 | 31 | 74 | E | 2D |
| Octal | 145 | 203 | 143 | 27 | 0 | 30 | 61 | 164 | 16 | 55 |
| Binary | 1100101 | 10000011 | 1100011 | 10111 | 0 | 11000 | 110001 | 1110100 | 1110 | 101101 |
Color Harmonies of #658363
Complementary color
Monochromatic Colors of #658363
Black with #658363
Text Example
Text Example
White with #658363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658363; }
p { color: rgb(101,131,99); }
H1.HeaderClassName
{
color: #658363;
}
.AnyTagClassName
{
color: #658363;
}
</style>
background-color css
<style>
a { background-color: #658363; }
a { background-color: rgb(101,131,99); }
div.DivClassName
{
background-color: #658363;
}
.BgClassName
{
background-color: #658363;
}
</style>
border-color css
<style>
span { border-color: #658363; }
span { border-color: rgb(101,131,99); }
td.TdClassName
{
border-color: #658363;
}
.TagClassName
{
border-color: #658363;
}
</style>