Shades of Hippie Green #669952
Tints of Hippie Green #669952
RGB
CMYK
RGB Variations
Color information
#669952 (or 0x669952) is known color: Hippie Green. HEX triplet: 66, 99 and 52. RGB value is (102,153,82). Sum of RGB (Red+Green+Blue) = 102+153+82=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #669952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669952 is #9966AD. Grayscale: #818181. Windows color (decimal): -10053294 or 5413222. OLE color: 5413222.
HSL color Cylindrical-coordinate representation of color #669952: hue angle of 103.1º 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 #669952 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 82 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.4 |
| HSL | 103.1º | 0.3% | 0.46% | - |
| HSV(B) | 103.1º | 0.46% | 0.6% | - |
| XYZ | 18.39 | 26.22 | 12.07 | - |
| YUV | 129.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 82 | 0.33 | 0 | 0.46 | 0.4 | 103.1 | 0.3 | 0.46 |
| Hex | 66 | 99 | 52 | 21 | 0 | 2E | 28 | 67 | 1E | 2E |
| Octal | 146 | 231 | 122 | 41 | 0 | 56 | 50 | 147 | 36 | 56 |
| Binary | 1100110 | 10011001 | 1010010 | 100001 | 0 | 101110 | 101000 | 1100111 | 11110 | 101110 |
Color Harmonies of #669952
Complementary color
Monochromatic Colors of #669952
Black with #669952
Text Example
Text Example
White with #669952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669952; }
p { color: rgb(102,153,82); }
H1.HeaderClassName
{
color: #669952;
}
.AnyTagClassName
{
color: #669952;
}
</style>
background-color css
<style>
a { background-color: #669952; }
a { background-color: rgb(102,153,82); }
div.DivClassName
{
background-color: #669952;
}
.BgClassName
{
background-color: #669952;
}
</style>
border-color css
<style>
span { border-color: #669952; }
span { border-color: rgb(102,153,82); }
td.TdClassName
{
border-color: #669952;
}
.TagClassName
{
border-color: #669952;
}
</style>