Shades of Hippie Green #668563
Tints of Hippie Green #668563
RGB
CMYK
RGB Variations
Color information
#668563 (or 0x668563) is known color: Hippie Green. HEX triplet: 66, 85 and 63. RGB value is (102,133,99). Sum of RGB (Red+Green+Blue) = 102+133+99=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #668563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668563 is #997A9C. Grayscale: #777777. Windows color (decimal): -10058397 or 6522214. OLE color: 6522214.
HSL color Cylindrical-coordinate representation of color #668563: hue angle of 114.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668563 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 99 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.48 |
| HSL | 114.71º | 0.15% | 0.45% | - |
| HSV(B) | 114.71º | 0.26% | 0.52% | - |
| XYZ | 16.12 | 20.5 | 14.91 | - |
| YUV | 119.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 99 | 0.23 | 0 | 0.26 | 0.48 | 114.71 | 0.15 | 0.45 |
| Hex | 66 | 85 | 63 | 17 | 0 | 1A | 30 | 73 | F | 2D |
| Octal | 146 | 205 | 143 | 27 | 0 | 32 | 60 | 163 | 17 | 55 |
| Binary | 1100110 | 10000101 | 1100011 | 10111 | 0 | 11010 | 110000 | 1110011 | 1111 | 101101 |
Color Harmonies of #668563
Complementary color
Monochromatic Colors of #668563
Black with #668563
Text Example
Text Example
White with #668563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668563; }
p { color: rgb(102,133,99); }
H1.HeaderClassName
{
color: #668563;
}
.AnyTagClassName
{
color: #668563;
}
</style>
background-color css
<style>
a { background-color: #668563; }
a { background-color: rgb(102,133,99); }
div.DivClassName
{
background-color: #668563;
}
.BgClassName
{
background-color: #668563;
}
</style>
border-color css
<style>
span { border-color: #668563; }
span { border-color: rgb(102,133,99); }
td.TdClassName
{
border-color: #668563;
}
.TagClassName
{
border-color: #668563;
}
</style>