Shades of Hippie Green #669858
Tints of Hippie Green #669858
RGB
CMYK
RGB Variations
Color information
#669858 (or 0x669858) is known color: Hippie Green. HEX triplet: 66, 98 and 58. RGB value is (102,152,88). Sum of RGB (Red+Green+Blue) = 102+152+88=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #669858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669858 is #9967A7. Grayscale: #818181. Windows color (decimal): -10053544 or 5806182. OLE color: 5806182.
HSL color Cylindrical-coordinate representation of color #669858: hue angle of 106.88º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669858 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 88 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.40 |
| HSL | 106.88º | 0.27% | 0.47% | - |
| HSV(B) | 106.88º | 0.42% | 0.6% | - |
| XYZ | 18.47 | 25.99 | 13.27 | - |
| YUV | 129.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 88 | 0.33 | 0 | 0.42 | 0.40 | 106.88 | 0.27 | 0.47 |
| Hex | 66 | 98 | 58 | 21 | 0 | 2A | 28 | 6B | 1B | 2F |
| Octal | 146 | 230 | 130 | 41 | 0 | 52 | 50 | 153 | 33 | 57 |
| Binary | 1100110 | 10011000 | 1011000 | 100001 | 0 | 101010 | 101000 | 1101011 | 11011 | 101111 |
Color Harmonies of #669858
Complementary color
Monochromatic Colors of #669858
Black with #669858
Text Example
Text Example
White with #669858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669858; }
p { color: rgb(102,152,88); }
H1.HeaderClassName
{
color: #669858;
}
.AnyTagClassName
{
color: #669858;
}
</style>
background-color css
<style>
a { background-color: #669858; }
a { background-color: rgb(102,152,88); }
div.DivClassName
{
background-color: #669858;
}
.BgClassName
{
background-color: #669858;
}
</style>
border-color css
<style>
span { border-color: #669858; }
span { border-color: rgb(102,152,88); }
td.TdClassName
{
border-color: #669858;
}
.TagClassName
{
border-color: #669858;
}
</style>