Shades of Hippie Green #668763
Tints of Hippie Green #668763
RGB
CMYK
RGB Variations
Color information
#668763 (or 0x668763) is known color: Hippie Green. HEX triplet: 66, 87 and 63. RGB value is (102,135,99). Sum of RGB (Red+Green+Blue) = 102+135+99=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #668763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668763 is #99789C. Grayscale: #797979. Windows color (decimal): -10057885 or 6522726. OLE color: 6522726.
HSL color Cylindrical-coordinate representation of color #668763: hue angle of 115º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668763 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 99 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.47 |
| HSL | 115º | 0.15% | 0.46% | - |
| HSV(B) | 115º | 0.27% | 0.53% | - |
| XYZ | 16.4 | 21.05 | 15 | - |
| YUV | 121.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 99 | 0.24 | 0 | 0.27 | 0.47 | 115 | 0.15 | 0.46 |
| Hex | 66 | 87 | 63 | 18 | 0 | 1B | 2F | 73 | F | 2E |
| Octal | 146 | 207 | 143 | 30 | 0 | 33 | 57 | 163 | 17 | 56 |
| Binary | 1100110 | 10000111 | 1100011 | 11000 | 0 | 11011 | 101111 | 1110011 | 1111 | 101110 |
Color Harmonies of #668763
Complementary color
Monochromatic Colors of #668763
Black with #668763
Text Example
Text Example
White with #668763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668763; }
p { color: rgb(102,135,99); }
H1.HeaderClassName
{
color: #668763;
}
.AnyTagClassName
{
color: #668763;
}
</style>
background-color css
<style>
a { background-color: #668763; }
a { background-color: rgb(102,135,99); }
div.DivClassName
{
background-color: #668763;
}
.BgClassName
{
background-color: #668763;
}
</style>
border-color css
<style>
span { border-color: #668763; }
span { border-color: rgb(102,135,99); }
td.TdClassName
{
border-color: #668763;
}
.TagClassName
{
border-color: #668763;
}
</style>