Shades of Hippie Green #669C58
Tints of Hippie Green #669C58
RGB
CMYK
RGB Variations
Color information
#669C58 (or 0x669C58) is known color: Hippie Green. HEX triplet: 66, 9C and 58. RGB value is (102,156,88). Sum of RGB (Red+Green+Blue) = 102+156+88=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #669C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C58 is #9963A7. Grayscale: #848484. Windows color (decimal): -10052520 or 5807206. OLE color: 5807206.
HSL color Cylindrical-coordinate representation of color #669C58: hue angle of 107.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669C58 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 88 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.39 |
| HSL | 107.65º | 0.28% | 0.48% | - |
| HSV(B) | 107.65º | 0.44% | 0.61% | - |
| XYZ | 19.13 | 27.31 | 13.49 | - |
| YUV | 132.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 88 | 0.35 | 0 | 0.44 | 0.39 | 107.65 | 0.28 | 0.48 |
| Hex | 66 | 9C | 58 | 23 | 0 | 2C | 27 | 6C | 1C | 30 |
| Octal | 146 | 234 | 130 | 43 | 0 | 54 | 47 | 154 | 34 | 60 |
| Binary | 1100110 | 10011100 | 1011000 | 100011 | 0 | 101100 | 100111 | 1101100 | 11100 | 110000 |
Color Harmonies of #669C58
Complementary color
Monochromatic Colors of #669C58
Black with #669C58
Text Example
Text Example
White with #669C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C58; }
p { color: rgb(102,156,88); }
H1.HeaderClassName
{
color: #669C58;
}
.AnyTagClassName
{
color: #669C58;
}
</style>
background-color css
<style>
a { background-color: #669C58; }
a { background-color: rgb(102,156,88); }
div.DivClassName
{
background-color: #669C58;
}
.BgClassName
{
background-color: #669C58;
}
</style>
border-color css
<style>
span { border-color: #669C58; }
span { border-color: rgb(102,156,88); }
td.TdClassName
{
border-color: #669C58;
}
.TagClassName
{
border-color: #669C58;
}
</style>