Shades of Hippie Green #669D57
Tints of Hippie Green #669D57
RGB
CMYK
RGB Variations
Color information
#669D57 (or 0x669D57) is known color: Hippie Green. HEX triplet: 66, 9D and 57. RGB value is (102,157,87). Sum of RGB (Red+Green+Blue) = 102+157+87=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #669D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D57 is #9962A8. Grayscale: #848484. Windows color (decimal): -10052265 or 5741926. OLE color: 5741926.
HSL color Cylindrical-coordinate representation of color #669D57: hue angle of 107.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669D57 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 87 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.38 |
| HSL | 107.14º | 0.29% | 0.48% | - |
| HSV(B) | 107.14º | 0.45% | 0.62% | - |
| XYZ | 19.26 | 27.63 | 13.33 | - |
| YUV | 132.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 87 | 0.35 | 0 | 0.45 | 0.38 | 107.14 | 0.29 | 0.48 |
| Hex | 66 | 9D | 57 | 23 | 0 | 2D | 26 | 6B | 1D | 30 |
| Octal | 146 | 235 | 127 | 43 | 0 | 55 | 46 | 153 | 35 | 60 |
| Binary | 1100110 | 10011101 | 1010111 | 100011 | 0 | 101101 | 100110 | 1101011 | 11101 | 110000 |
Color Harmonies of #669D57
Complementary color
Monochromatic Colors of #669D57
Black with #669D57
Text Example
Text Example
White with #669D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D57; }
p { color: rgb(102,157,87); }
H1.HeaderClassName
{
color: #669D57;
}
.AnyTagClassName
{
color: #669D57;
}
</style>
background-color css
<style>
a { background-color: #669D57; }
a { background-color: rgb(102,157,87); }
div.DivClassName
{
background-color: #669D57;
}
.BgClassName
{
background-color: #669D57;
}
</style>
border-color css
<style>
span { border-color: #669D57; }
span { border-color: rgb(102,157,87); }
td.TdClassName
{
border-color: #669D57;
}
.TagClassName
{
border-color: #669D57;
}
</style>