Shades of Hippie Green #66955C
Tints of Hippie Green #66955C
RGB
CMYK
RGB Variations
Color information
#66955C (or 0x66955C) is known color: Hippie Green. HEX triplet: 66, 95 and 5C. RGB value is (102,149,92). Sum of RGB (Red+Green+Blue) = 102+149+92=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #66955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66955C is #996AA3. Grayscale: #808080. Windows color (decimal): -10054308 or 6067558. OLE color: 6067558.
HSL color Cylindrical-coordinate representation of color #66955C: hue angle of 109.47º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66955C is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 92 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.42 |
| HSL | 109.47º | 0.24% | 0.47% | - |
| HSV(B) | 109.47º | 0.38% | 0.58% | - |
| XYZ | 18.16 | 25.09 | 14.01 | - |
| YUV | 128.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 92 | 0.32 | 0 | 0.38 | 0.42 | 109.47 | 0.24 | 0.47 |
| Hex | 66 | 95 | 5C | 20 | 0 | 26 | 2A | 6D | 18 | 2F |
| Octal | 146 | 225 | 134 | 40 | 0 | 46 | 52 | 155 | 30 | 57 |
| Binary | 1100110 | 10010101 | 1011100 | 100000 | 0 | 100110 | 101010 | 1101101 | 11000 | 101111 |
Color Harmonies of #66955C
Complementary color
Monochromatic Colors of #66955C
Black with #66955C
Text Example
Text Example
White with #66955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66955C; }
p { color: rgb(102,149,92); }
H1.HeaderClassName
{
color: #66955C;
}
.AnyTagClassName
{
color: #66955C;
}
</style>
background-color css
<style>
a { background-color: #66955C; }
a { background-color: rgb(102,149,92); }
div.DivClassName
{
background-color: #66955C;
}
.BgClassName
{
background-color: #66955C;
}
</style>
border-color css
<style>
span { border-color: #66955C; }
span { border-color: rgb(102,149,92); }
td.TdClassName
{
border-color: #66955C;
}
.TagClassName
{
border-color: #66955C;
}
</style>