Shades of Hippie Green #668462
Tints of Hippie Green #668462
RGB
CMYK
RGB Variations
Color information
#668462 (or 0x668462) is known color: Hippie Green. HEX triplet: 66, 84 and 62. RGB value is (102,132,98). Sum of RGB (Red+Green+Blue) = 102+132+98=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #668462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668462 is #997B9D. Grayscale: #777777. Windows color (decimal): -10058654 or 6456422. OLE color: 6456422.
HSL color Cylindrical-coordinate representation of color #668462: hue angle of 112.94º 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 #668462 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 98 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.48 |
| HSL | 112.94º | 0.15% | 0.45% | - |
| HSV(B) | 112.94º | 0.26% | 0.52% | - |
| XYZ | 15.94 | 20.21 | 14.62 | - |
| YUV | 119.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 98 | 0.23 | 0 | 0.26 | 0.48 | 112.94 | 0.15 | 0.45 |
| Hex | 66 | 84 | 62 | 17 | 0 | 1A | 30 | 71 | F | 2D |
| Octal | 146 | 204 | 142 | 27 | 0 | 32 | 60 | 161 | 17 | 55 |
| Binary | 1100110 | 10000100 | 1100010 | 10111 | 0 | 11010 | 110000 | 1110001 | 1111 | 101101 |
Color Harmonies of #668462
Complementary color
Monochromatic Colors of #668462
Black with #668462
Text Example
Text Example
White with #668462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668462; }
p { color: rgb(102,132,98); }
H1.HeaderClassName
{
color: #668462;
}
.AnyTagClassName
{
color: #668462;
}
</style>
background-color css
<style>
a { background-color: #668462; }
a { background-color: rgb(102,132,98); }
div.DivClassName
{
background-color: #668462;
}
.BgClassName
{
background-color: #668462;
}
</style>
border-color css
<style>
span { border-color: #668462; }
span { border-color: rgb(102,132,98); }
td.TdClassName
{
border-color: #668462;
}
.TagClassName
{
border-color: #668462;
}
</style>