Shades of Hippie Green #66845E
Tints of Hippie Green #66845E
RGB
CMYK
RGB Variations
Color information
#66845E (or 0x66845E) is known color: Hippie Green. HEX triplet: 66, 84 and 5E. RGB value is (102,132,94). Sum of RGB (Red+Green+Blue) = 102+132+94=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #66845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66845E is #997BA1. Grayscale: #767676. Windows color (decimal): -10058658 or 6194278. OLE color: 6194278.
HSL color Cylindrical-coordinate representation of color #66845E: hue angle of 107.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66845E is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 94 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.48 |
| HSL | 107.37º | 0.17% | 0.44% | - |
| HSV(B) | 107.37º | 0.29% | 0.52% | - |
| XYZ | 15.75 | 20.14 | 13.65 | - |
| YUV | 118.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 94 | 0.23 | 0 | 0.29 | 0.48 | 107.37 | 0.17 | 0.44 |
| Hex | 66 | 84 | 5E | 17 | 0 | 1D | 30 | 6B | 11 | 2C |
| Octal | 146 | 204 | 136 | 27 | 0 | 35 | 60 | 153 | 21 | 54 |
| Binary | 1100110 | 10000100 | 1011110 | 10111 | 0 | 11101 | 110000 | 1101011 | 10001 | 101100 |
Color Harmonies of #66845E
Complementary color
Monochromatic Colors of #66845E
Black with #66845E
Text Example
Text Example
White with #66845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66845E; }
p { color: rgb(102,132,94); }
H1.HeaderClassName
{
color: #66845E;
}
.AnyTagClassName
{
color: #66845E;
}
</style>
background-color css
<style>
a { background-color: #66845E; }
a { background-color: rgb(102,132,94); }
div.DivClassName
{
background-color: #66845E;
}
.BgClassName
{
background-color: #66845E;
}
</style>
border-color css
<style>
span { border-color: #66845E; }
span { border-color: rgb(102,132,94); }
td.TdClassName
{
border-color: #66845E;
}
.TagClassName
{
border-color: #66845E;
}
</style>