Shades of Hippie Green #669A59
Tints of Hippie Green #669A59
RGB
CMYK
RGB Variations
Color information
#669A59 (or 0x669A59) is known color: Hippie Green. HEX triplet: 66, 9A and 59. RGB value is (102,154,89). Sum of RGB (Red+Green+Blue) = 102+154+89=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #669A59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A59 is #9965A6. Grayscale: #838383. Windows color (decimal): -10053031 or 5872230. OLE color: 5872230.
HSL color Cylindrical-coordinate representation of color #669A59: hue angle of 108º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669A59 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 89 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.40 |
| HSL | 108º | 0.27% | 0.48% | - |
| HSV(B) | 108º | 0.42% | 0.6% | - |
| XYZ | 18.84 | 26.66 | 13.6 | - |
| YUV | 131.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 89 | 0.34 | 0 | 0.42 | 0.40 | 108 | 0.27 | 0.48 |
| Hex | 66 | 9A | 59 | 22 | 0 | 2A | 28 | 6C | 1B | 30 |
| Octal | 146 | 232 | 131 | 42 | 0 | 52 | 50 | 154 | 33 | 60 |
| Binary | 1100110 | 10011010 | 1011001 | 100010 | 0 | 101010 | 101000 | 1101100 | 11011 | 110000 |
Color Harmonies of #669A59
Complementary color
Monochromatic Colors of #669A59
Black with #669A59
Text Example
Text Example
White with #669A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A59; }
p { color: rgb(102,154,89); }
H1.HeaderClassName
{
color: #669A59;
}
.AnyTagClassName
{
color: #669A59;
}
</style>
background-color css
<style>
a { background-color: #669A59; }
a { background-color: rgb(102,154,89); }
div.DivClassName
{
background-color: #669A59;
}
.BgClassName
{
background-color: #669A59;
}
</style>
border-color css
<style>
span { border-color: #669A59; }
span { border-color: rgb(102,154,89); }
td.TdClassName
{
border-color: #669A59;
}
.TagClassName
{
border-color: #669A59;
}
</style>