Shades of Hippie Green #638064
Tints of Hippie Green #638064
RGB
CMYK
RGB Variations
Color information
#638064 (or 0x638064) is known color: Hippie Green. HEX triplet: 63, 80 and 64. RGB value is (99,128,100). Sum of RGB (Red+Green+Blue) = 99+128+100=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #638064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638064 is #9C7F9B. Grayscale: #747474. Windows color (decimal): -10256284 or 6586467. OLE color: 6586467.
HSL color Cylindrical-coordinate representation of color #638064: hue angle of 122.07º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638064 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 128 | 100 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.50 |
| HSL | 122.07º | 0.13% | 0.45% | - |
| HSV(B) | 122.07º | 0.23% | 0.5% | - |
| XYZ | 15.17 | 19.01 | 14.93 | - |
| YUV | 116.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 100 | 0.23 | 0 | 0.22 | 0.50 | 122.07 | 0.13 | 0.45 |
| Hex | 63 | 80 | 64 | 17 | 0 | 16 | 32 | 7A | D | 2D |
| Octal | 143 | 200 | 144 | 27 | 0 | 26 | 62 | 172 | 15 | 55 |
| Binary | 1100011 | 10000000 | 1100100 | 10111 | 0 | 10110 | 110010 | 1111010 | 1101 | 101101 |
Color Harmonies of #638064
Complementary color
Monochromatic Colors of #638064
Black with #638064
Text Example
Text Example
White with #638064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638064; }
p { color: rgb(99,128,100); }
H1.HeaderClassName
{
color: #638064;
}
.AnyTagClassName
{
color: #638064;
}
</style>
background-color css
<style>
a { background-color: #638064; }
a { background-color: rgb(99,128,100); }
div.DivClassName
{
background-color: #638064;
}
.BgClassName
{
background-color: #638064;
}
</style>
border-color css
<style>
span { border-color: #638064; }
span { border-color: rgb(99,128,100); }
td.TdClassName
{
border-color: #638064;
}
.TagClassName
{
border-color: #638064;
}
</style>