Shades of Hippie Green #669A53
Tints of Hippie Green #669A53
RGB
CMYK
RGB Variations
Color information
#669A53 (or 0x669A53) is known color: Hippie Green. HEX triplet: 66, 9A and 53. RGB value is (102,154,83). Sum of RGB (Red+Green+Blue) = 102+154+83=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #669A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A53 is #9965AC. Grayscale: #828282. Windows color (decimal): -10053037 or 5479014. OLE color: 5479014.
HSL color Cylindrical-coordinate representation of color #669A53: hue angle of 103.94º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #669A53 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 83 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.40 |
| HSL | 103.94º | 0.3% | 0.46% | - |
| HSV(B) | 103.94º | 0.46% | 0.6% | - |
| XYZ | 18.6 | 26.56 | 12.33 | - |
| YUV | 130.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 83 | 0.34 | 0 | 0.46 | 0.40 | 103.94 | 0.3 | 0.46 |
| Hex | 66 | 9A | 53 | 22 | 0 | 2E | 28 | 68 | 1E | 2E |
| Octal | 146 | 232 | 123 | 42 | 0 | 56 | 50 | 150 | 36 | 56 |
| Binary | 1100110 | 10011010 | 1010011 | 100010 | 0 | 101110 | 101000 | 1101000 | 11110 | 101110 |
Color Harmonies of #669A53
Complementary color
Monochromatic Colors of #669A53
Black with #669A53
Text Example
Text Example
White with #669A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A53; }
p { color: rgb(102,154,83); }
H1.HeaderClassName
{
color: #669A53;
}
.AnyTagClassName
{
color: #669A53;
}
</style>
background-color css
<style>
a { background-color: #669A53; }
a { background-color: rgb(102,154,83); }
div.DivClassName
{
background-color: #669A53;
}
.BgClassName
{
background-color: #669A53;
}
</style>
border-color css
<style>
span { border-color: #669A53; }
span { border-color: rgb(102,154,83); }
td.TdClassName
{
border-color: #669A53;
}
.TagClassName
{
border-color: #669A53;
}
</style>