Shades of Hippie Green #648565
Tints of Hippie Green #648565
RGB
CMYK
RGB Variations
Color information
#648565 (or 0x648565) is known color: Hippie Green. HEX triplet: 64, 85 and 65. RGB value is (100,133,101). Sum of RGB (Red+Green+Blue) = 100+133+101=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #648565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648565 is #9B7A9A. Grayscale: #777777. Windows color (decimal): -10189467 or 6653284. OLE color: 6653284.
HSL color Cylindrical-coordinate representation of color #648565: hue angle of 121.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648565 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 101 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.48 |
| HSL | 121.82º | 0.14% | 0.46% | - |
| HSV(B) | 121.82º | 0.25% | 0.52% | - |
| XYZ | 15.99 | 20.42 | 15.41 | - |
| YUV | 119.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 101 | 0.25 | 0 | 0.24 | 0.48 | 121.82 | 0.14 | 0.46 |
| Hex | 64 | 85 | 65 | 19 | 0 | 18 | 30 | 7A | E | 2E |
| Octal | 144 | 205 | 145 | 31 | 0 | 30 | 60 | 172 | 16 | 56 |
| Binary | 1100100 | 10000101 | 1100101 | 11001 | 0 | 11000 | 110000 | 1111010 | 1110 | 101110 |
Color Harmonies of #648565
Complementary color
Monochromatic Colors of #648565
Black with #648565
Text Example
Text Example
White with #648565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648565; }
p { color: rgb(100,133,101); }
H1.HeaderClassName
{
color: #648565;
}
.AnyTagClassName
{
color: #648565;
}
</style>
background-color css
<style>
a { background-color: #648565; }
a { background-color: rgb(100,133,101); }
div.DivClassName
{
background-color: #648565;
}
.BgClassName
{
background-color: #648565;
}
</style>
border-color css
<style>
span { border-color: #648565; }
span { border-color: rgb(100,133,101); }
td.TdClassName
{
border-color: #648565;
}
.TagClassName
{
border-color: #648565;
}
</style>