Shades of Hippie Green #669B58
Tints of Hippie Green #669B58
RGB
CMYK
RGB Variations
Color information
#669B58 (or 0x669B58) is known color: Hippie Green. HEX triplet: 66, 9B and 58. RGB value is (102,155,88). Sum of RGB (Red+Green+Blue) = 102+155+88=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #669B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B58 is #9964A7. Grayscale: #838383. Windows color (decimal): -10052776 or 5806950. OLE color: 5806950.
HSL color Cylindrical-coordinate representation of color #669B58: hue angle of 107.46º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #669B58 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 88 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.39 |
| HSL | 107.46º | 0.28% | 0.48% | - |
| HSV(B) | 107.46º | 0.43% | 0.61% | - |
| XYZ | 18.96 | 26.97 | 13.44 | - |
| YUV | 131.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 88 | 0.34 | 0 | 0.43 | 0.39 | 107.46 | 0.28 | 0.48 |
| Hex | 66 | 9B | 58 | 22 | 0 | 2B | 27 | 6B | 1C | 30 |
| Octal | 146 | 233 | 130 | 42 | 0 | 53 | 47 | 153 | 34 | 60 |
| Binary | 1100110 | 10011011 | 1011000 | 100010 | 0 | 101011 | 100111 | 1101011 | 11100 | 110000 |
Color Harmonies of #669B58
Complementary color
Monochromatic Colors of #669B58
Black with #669B58
Text Example
Text Example
White with #669B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B58; }
p { color: rgb(102,155,88); }
H1.HeaderClassName
{
color: #669B58;
}
.AnyTagClassName
{
color: #669B58;
}
</style>
background-color css
<style>
a { background-color: #669B58; }
a { background-color: rgb(102,155,88); }
div.DivClassName
{
background-color: #669B58;
}
.BgClassName
{
background-color: #669B58;
}
</style>
border-color css
<style>
span { border-color: #669B58; }
span { border-color: rgb(102,155,88); }
td.TdClassName
{
border-color: #669B58;
}
.TagClassName
{
border-color: #669B58;
}
</style>