Shades of Hippie Green #669D58
Tints of Hippie Green #669D58
RGB
CMYK
RGB Variations
Color information
#669D58 (or 0x669D58) is known color: Hippie Green. HEX triplet: 66, 9D and 58. RGB value is (102,157,88). Sum of RGB (Red+Green+Blue) = 102+157+88=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #669D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D58 is #9962A7. Grayscale: #848484. Windows color (decimal): -10052264 or 5807462. OLE color: 5807462.
HSL color Cylindrical-coordinate representation of color #669D58: hue angle of 107.83º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669D58 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 88 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.38 |
| HSL | 107.83º | 0.28% | 0.48% | - |
| HSV(B) | 107.83º | 0.44% | 0.62% | - |
| XYZ | 19.3 | 27.64 | 13.55 | - |
| YUV | 132.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 88 | 0.35 | 0 | 0.44 | 0.38 | 107.83 | 0.28 | 0.48 |
| Hex | 66 | 9D | 58 | 23 | 0 | 2C | 26 | 6C | 1C | 30 |
| Octal | 146 | 235 | 130 | 43 | 0 | 54 | 46 | 154 | 34 | 60 |
| Binary | 1100110 | 10011101 | 1011000 | 100011 | 0 | 101100 | 100110 | 1101100 | 11100 | 110000 |
Color Harmonies of #669D58
Complementary color
Monochromatic Colors of #669D58
Black with #669D58
Text Example
Text Example
White with #669D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D58; }
p { color: rgb(102,157,88); }
H1.HeaderClassName
{
color: #669D58;
}
.AnyTagClassName
{
color: #669D58;
}
</style>
background-color css
<style>
a { background-color: #669D58; }
a { background-color: rgb(102,157,88); }
div.DivClassName
{
background-color: #669D58;
}
.BgClassName
{
background-color: #669D58;
}
</style>
border-color css
<style>
span { border-color: #669D58; }
span { border-color: rgb(102,157,88); }
td.TdClassName
{
border-color: #669D58;
}
.TagClassName
{
border-color: #669D58;
}
</style>