Shades of Hippie Green #66885F
Tints of Hippie Green #66885F
RGB
CMYK
RGB Variations
Color information
#66885F (or 0x66885F) is known color: Hippie Green. HEX triplet: 66, 88 and 5F. RGB value is (102,136,95). Sum of RGB (Red+Green+Blue) = 102+136+95=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #66885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66885F is #9977A0. Grayscale: #797979. Windows color (decimal): -10057633 or 6260838. OLE color: 6260838.
HSL color Cylindrical-coordinate representation of color #66885F: hue angle of 109.76º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66885F is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 95 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.47 |
| HSL | 109.76º | 0.18% | 0.45% | - |
| HSV(B) | 109.76º | 0.3% | 0.53% | - |
| XYZ | 16.35 | 21.26 | 14.07 | - |
| YUV | 121.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 95 | 0.25 | 0 | 0.30 | 0.47 | 109.76 | 0.18 | 0.45 |
| Hex | 66 | 88 | 5F | 19 | 0 | 1E | 2F | 6E | 12 | 2D |
| Octal | 146 | 210 | 137 | 31 | 0 | 36 | 57 | 156 | 22 | 55 |
| Binary | 1100110 | 10001000 | 1011111 | 11001 | 0 | 11110 | 101111 | 1101110 | 10010 | 101101 |
Color Harmonies of #66885F
Complementary color
Monochromatic Colors of #66885F
Black with #66885F
Text Example
Text Example
White with #66885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66885F; }
p { color: rgb(102,136,95); }
H1.HeaderClassName
{
color: #66885F;
}
.AnyTagClassName
{
color: #66885F;
}
</style>
background-color css
<style>
a { background-color: #66885F; }
a { background-color: rgb(102,136,95); }
div.DivClassName
{
background-color: #66885F;
}
.BgClassName
{
background-color: #66885F;
}
</style>
border-color css
<style>
span { border-color: #66885F; }
span { border-color: rgb(102,136,95); }
td.TdClassName
{
border-color: #66885F;
}
.TagClassName
{
border-color: #66885F;
}
</style>