Shades of Hippie Green #669B63
Tints of Hippie Green #669B63
RGB
CMYK
RGB Variations
Color information
#669B63 (or 0x669B63) is known color: Hippie Green. HEX triplet: 66, 9B and 63. RGB value is (102,155,99). Sum of RGB (Red+Green+Blue) = 102+155+99=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #669B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B63 is #99649C. Grayscale: #848484. Windows color (decimal): -10052765 or 6527846. OLE color: 6527846.
HSL color Cylindrical-coordinate representation of color #669B63: hue angle of 116.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669B63 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 99 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.39 |
| HSL | 116.79º | 0.22% | 0.5% | - |
| HSV(B) | 116.79º | 0.36% | 0.61% | - |
| XYZ | 19.45 | 27.17 | 16.02 | - |
| YUV | 132.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 99 | 0.34 | 0 | 0.36 | 0.39 | 116.79 | 0.22 | 0.5 |
| Hex | 66 | 9B | 63 | 22 | 0 | 24 | 27 | 75 | 16 | 32 |
| Octal | 146 | 233 | 143 | 42 | 0 | 44 | 47 | 165 | 26 | 62 |
| Binary | 1100110 | 10011011 | 1100011 | 100010 | 0 | 100100 | 100111 | 1110101 | 10110 | 110010 |
Color Harmonies of #669B63
Complementary color
Monochromatic Colors of #669B63
Black with #669B63
Text Example
Text Example
White with #669B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B63; }
p { color: rgb(102,155,99); }
H1.HeaderClassName
{
color: #669B63;
}
.AnyTagClassName
{
color: #669B63;
}
</style>
background-color css
<style>
a { background-color: #669B63; }
a { background-color: rgb(102,155,99); }
div.DivClassName
{
background-color: #669B63;
}
.BgClassName
{
background-color: #669B63;
}
</style>
border-color css
<style>
span { border-color: #669B63; }
span { border-color: rgb(102,155,99); }
td.TdClassName
{
border-color: #669B63;
}
.TagClassName
{
border-color: #669B63;
}
</style>