Shades of Hippie Green #669F5D
Tints of Hippie Green #669F5D
RGB
CMYK
RGB Variations
Color information
#669F5D (or 0x669F5D) is known color: Hippie Green. HEX triplet: 66, 9F and 5D. RGB value is (102,159,93). Sum of RGB (Red+Green+Blue) = 102+159+93=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #669F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F5D is #9960A2. Grayscale: #868686. Windows color (decimal): -10051747 or 6135654. OLE color: 6135654.
HSL color Cylindrical-coordinate representation of color #669F5D: hue angle of 111.82º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669F5D is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 93 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.38 |
| HSL | 111.82º | 0.26% | 0.49% | - |
| HSV(B) | 111.82º | 0.42% | 0.62% | - |
| XYZ | 19.85 | 28.41 | 14.79 | - |
| YUV | 134.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 93 | 0.36 | 0 | 0.42 | 0.38 | 111.82 | 0.26 | 0.49 |
| Hex | 66 | 9F | 5D | 24 | 0 | 2A | 26 | 70 | 1A | 31 |
| Octal | 146 | 237 | 135 | 44 | 0 | 52 | 46 | 160 | 32 | 61 |
| Binary | 1100110 | 10011111 | 1011101 | 100100 | 0 | 101010 | 100110 | 1110000 | 11010 | 110001 |
Color Harmonies of #669F5D
Complementary color
Monochromatic Colors of #669F5D
Black with #669F5D
Text Example
Text Example
White with #669F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F5D; }
p { color: rgb(102,159,93); }
H1.HeaderClassName
{
color: #669F5D;
}
.AnyTagClassName
{
color: #669F5D;
}
</style>
background-color css
<style>
a { background-color: #669F5D; }
a { background-color: rgb(102,159,93); }
div.DivClassName
{
background-color: #669F5D;
}
.BgClassName
{
background-color: #669F5D;
}
</style>
border-color css
<style>
span { border-color: #669F5D; }
span { border-color: rgb(102,159,93); }
td.TdClassName
{
border-color: #669F5D;
}
.TagClassName
{
border-color: #669F5D;
}
</style>