Shades of Hippie Green #669D54
Tints of Hippie Green #669D54
RGB
CMYK
RGB Variations
Color information
#669D54 (or 0x669D54) is known color: Hippie Green. HEX triplet: 66, 9D and 54. RGB value is (102,157,84). Sum of RGB (Red+Green+Blue) = 102+157+84=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #669D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D54 is #9962AB. Grayscale: #848484. Windows color (decimal): -10052268 or 5545318. OLE color: 5545318.
HSL color Cylindrical-coordinate representation of color #669D54: hue angle of 105.21º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #669D54 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 84 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.38 |
| HSL | 105.21º | 0.3% | 0.47% | - |
| HSV(B) | 105.21º | 0.46% | 0.62% | - |
| XYZ | 19.14 | 27.58 | 12.7 | - |
| YUV | 132.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 84 | 0.35 | 0 | 0.46 | 0.38 | 105.21 | 0.3 | 0.47 |
| Hex | 66 | 9D | 54 | 23 | 0 | 2E | 26 | 69 | 1E | 2F |
| Octal | 146 | 235 | 124 | 43 | 0 | 56 | 46 | 151 | 36 | 57 |
| Binary | 1100110 | 10011101 | 1010100 | 100011 | 0 | 101110 | 100110 | 1101001 | 11110 | 101111 |
Color Harmonies of #669D54
Complementary color
Monochromatic Colors of #669D54
Black with #669D54
Text Example
Text Example
White with #669D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D54; }
p { color: rgb(102,157,84); }
H1.HeaderClassName
{
color: #669D54;
}
.AnyTagClassName
{
color: #669D54;
}
</style>
background-color css
<style>
a { background-color: #669D54; }
a { background-color: rgb(102,157,84); }
div.DivClassName
{
background-color: #669D54;
}
.BgClassName
{
background-color: #669D54;
}
</style>
border-color css
<style>
span { border-color: #669D54; }
span { border-color: rgb(102,157,84); }
td.TdClassName
{
border-color: #669D54;
}
.TagClassName
{
border-color: #669D54;
}
</style>