Shades of Hippie Green #669C62
Tints of Hippie Green #669C62
RGB
CMYK
RGB Variations
Color information
#669C62 (or 0x669C62) is known color: Hippie Green. HEX triplet: 66, 9C and 62. RGB value is (102,156,98). Sum of RGB (Red+Green+Blue) = 102+156+98=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #669C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C62 is #99639D. Grayscale: #858585. Windows color (decimal): -10052510 or 6462566. OLE color: 6462566.
HSL color Cylindrical-coordinate representation of color #669C62: hue angle of 115.86º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #669C62 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 98 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.39 |
| HSL | 115.86º | 0.23% | 0.5% | - |
| HSV(B) | 115.86º | 0.37% | 0.61% | - |
| XYZ | 19.57 | 27.48 | 15.83 | - |
| YUV | 133.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 98 | 0.35 | 0 | 0.37 | 0.39 | 115.86 | 0.23 | 0.5 |
| Hex | 66 | 9C | 62 | 23 | 0 | 25 | 27 | 74 | 17 | 32 |
| Octal | 146 | 234 | 142 | 43 | 0 | 45 | 47 | 164 | 27 | 62 |
| Binary | 1100110 | 10011100 | 1100010 | 100011 | 0 | 100101 | 100111 | 1110100 | 10111 | 110010 |
Color Harmonies of #669C62
Complementary color
Monochromatic Colors of #669C62
Black with #669C62
Text Example
Text Example
White with #669C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C62; }
p { color: rgb(102,156,98); }
H1.HeaderClassName
{
color: #669C62;
}
.AnyTagClassName
{
color: #669C62;
}
</style>
background-color css
<style>
a { background-color: #669C62; }
a { background-color: rgb(102,156,98); }
div.DivClassName
{
background-color: #669C62;
}
.BgClassName
{
background-color: #669C62;
}
</style>
border-color css
<style>
span { border-color: #669C62; }
span { border-color: rgb(102,156,98); }
td.TdClassName
{
border-color: #669C62;
}
.TagClassName
{
border-color: #669C62;
}
</style>