Shades of Hippie Green #66895D
Tints of Hippie Green #66895D
RGB
CMYK
RGB Variations
Color information
#66895D (or 0x66895D) is known color: Hippie Green. HEX triplet: 66, 89 and 5D. RGB value is (102,137,93). Sum of RGB (Red+Green+Blue) = 102+137+93=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #66895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66895D is #9976A2. Grayscale: #797979. Windows color (decimal): -10057379 or 6130022. OLE color: 6130022.
HSL color Cylindrical-coordinate representation of color #66895D: hue angle of 107.73º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66895D is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 93 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.46 |
| HSL | 107.73º | 0.19% | 0.45% | - |
| HSV(B) | 107.73º | 0.32% | 0.54% | - |
| XYZ | 16.4 | 21.51 | 13.64 | - |
| YUV | 121.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 93 | 0.26 | 0 | 0.32 | 0.46 | 107.73 | 0.19 | 0.45 |
| Hex | 66 | 89 | 5D | 1A | 0 | 20 | 2E | 6C | 13 | 2D |
| Octal | 146 | 211 | 135 | 32 | 0 | 40 | 56 | 154 | 23 | 55 |
| Binary | 1100110 | 10001001 | 1011101 | 11010 | 0 | 100000 | 101110 | 1101100 | 10011 | 101101 |
Color Harmonies of #66895D
Complementary color
Monochromatic Colors of #66895D
Black with #66895D
Text Example
Text Example
White with #66895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66895D; }
p { color: rgb(102,137,93); }
H1.HeaderClassName
{
color: #66895D;
}
.AnyTagClassName
{
color: #66895D;
}
</style>
background-color css
<style>
a { background-color: #66895D; }
a { background-color: rgb(102,137,93); }
div.DivClassName
{
background-color: #66895D;
}
.BgClassName
{
background-color: #66895D;
}
</style>
border-color css
<style>
span { border-color: #66895D; }
span { border-color: rgb(102,137,93); }
td.TdClassName
{
border-color: #66895D;
}
.TagClassName
{
border-color: #66895D;
}
</style>