Shades of Hippie Green #66845C
Tints of Hippie Green #66845C
RGB
CMYK
RGB Variations
Color information
#66845C (or 0x66845C) is known color: Hippie Green. HEX triplet: 66, 84 and 5C. RGB value is (102,132,92). Sum of RGB (Red+Green+Blue) = 102+132+92=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #66845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66845C is #997BA3. Grayscale: #767676. Windows color (decimal): -10058660 or 6063206. OLE color: 6063206.
HSL color Cylindrical-coordinate representation of color #66845C: hue angle of 105º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66845C is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 92 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.48 |
| HSL | 105º | 0.18% | 0.44% | - |
| HSV(B) | 105º | 0.3% | 0.52% | - |
| XYZ | 15.66 | 20.1 | 13.18 | - |
| YUV | 118.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 92 | 0.23 | 0 | 0.30 | 0.48 | 105 | 0.18 | 0.44 |
| Hex | 66 | 84 | 5C | 17 | 0 | 1E | 30 | 69 | 12 | 2C |
| Octal | 146 | 204 | 134 | 27 | 0 | 36 | 60 | 151 | 22 | 54 |
| Binary | 1100110 | 10000100 | 1011100 | 10111 | 0 | 11110 | 110000 | 1101001 | 10010 | 101100 |
Color Harmonies of #66845C
Complementary color
Monochromatic Colors of #66845C
Black with #66845C
Text Example
Text Example
White with #66845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66845C; }
p { color: rgb(102,132,92); }
H1.HeaderClassName
{
color: #66845C;
}
.AnyTagClassName
{
color: #66845C;
}
</style>
background-color css
<style>
a { background-color: #66845C; }
a { background-color: rgb(102,132,92); }
div.DivClassName
{
background-color: #66845C;
}
.BgClassName
{
background-color: #66845C;
}
</style>
border-color css
<style>
span { border-color: #66845C; }
span { border-color: rgb(102,132,92); }
td.TdClassName
{
border-color: #66845C;
}
.TagClassName
{
border-color: #66845C;
}
</style>