Shades of Hippie Green #668063
Tints of Hippie Green #668063
RGB
CMYK
RGB Variations
Color information
#668063 (or 0x668063) is known color: Hippie Green. HEX triplet: 66, 80 and 63. RGB value is (102,128,99). Sum of RGB (Red+Green+Blue) = 102+128+99=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #668063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668063 is #997F9C. Grayscale: #757575. Windows color (decimal): -10059677 or 6520934. OLE color: 6520934.
HSL color Cylindrical-coordinate representation of color #668063: hue angle of 113.79º 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 #668063 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 99 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.50 |
| HSL | 113.79º | 0.13% | 0.45% | - |
| HSV(B) | 113.79º | 0.23% | 0.5% | - |
| XYZ | 15.45 | 19.16 | 14.69 | - |
| YUV | 116.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 99 | 0.20 | 0 | 0.23 | 0.50 | 113.79 | 0.13 | 0.45 |
| Hex | 66 | 80 | 63 | 14 | 0 | 17 | 32 | 72 | D | 2D |
| Octal | 146 | 200 | 143 | 24 | 0 | 27 | 62 | 162 | 15 | 55 |
| Binary | 1100110 | 10000000 | 1100011 | 10100 | 0 | 10111 | 110010 | 1110010 | 1101 | 101101 |
Color Harmonies of #668063
Complementary color
Monochromatic Colors of #668063
Black with #668063
Text Example
Text Example
White with #668063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668063; }
p { color: rgb(102,128,99); }
H1.HeaderClassName
{
color: #668063;
}
.AnyTagClassName
{
color: #668063;
}
</style>
background-color css
<style>
a { background-color: #668063; }
a { background-color: rgb(102,128,99); }
div.DivClassName
{
background-color: #668063;
}
.BgClassName
{
background-color: #668063;
}
</style>
border-color css
<style>
span { border-color: #668063; }
span { border-color: rgb(102,128,99); }
td.TdClassName
{
border-color: #668063;
}
.TagClassName
{
border-color: #668063;
}
</style>