Shades of Hippie Green #639164
Tints of Hippie Green #639164
RGB
CMYK
RGB Variations
Color information
#639164 (or 0x639164) is known color: Hippie Green. HEX triplet: 63, 91 and 64. RGB value is (99,145,100). Sum of RGB (Red+Green+Blue) = 99+145+100=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #639164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639164 is #9C6E9B. Grayscale: #7E7E7E. Windows color (decimal): -10251932 or 6590819. OLE color: 6590819.
HSL color Cylindrical-coordinate representation of color #639164: hue angle of 121.3º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639164 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 100 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.43 |
| HSL | 121.3º | 0.19% | 0.48% | - |
| HSV(B) | 121.3º | 0.32% | 0.57% | - |
| XYZ | 17.57 | 23.82 | 15.73 | - |
| YUV | 126.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 100 | 0.32 | 0 | 0.31 | 0.43 | 121.3 | 0.19 | 0.48 |
| Hex | 63 | 91 | 64 | 20 | 0 | 1F | 2B | 79 | 13 | 30 |
| Octal | 143 | 221 | 144 | 40 | 0 | 37 | 53 | 171 | 23 | 60 |
| Binary | 1100011 | 10010001 | 1100100 | 100000 | 0 | 11111 | 101011 | 1111001 | 10011 | 110000 |
Color Harmonies of #639164
Complementary color
Monochromatic Colors of #639164
Black with #639164
Text Example
Text Example
White with #639164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639164; }
p { color: rgb(99,145,100); }
H1.HeaderClassName
{
color: #639164;
}
.AnyTagClassName
{
color: #639164;
}
</style>
background-color css
<style>
a { background-color: #639164; }
a { background-color: rgb(99,145,100); }
div.DivClassName
{
background-color: #639164;
}
.BgClassName
{
background-color: #639164;
}
</style>
border-color css
<style>
span { border-color: #639164; }
span { border-color: rgb(99,145,100); }
td.TdClassName
{
border-color: #639164;
}
.TagClassName
{
border-color: #639164;
}
</style>