Shades of Hippie Green #66955B
Tints of Hippie Green #66955B
RGB
CMYK
RGB Variations
Color information
#66955B (or 0x66955B) is known color: Hippie Green. HEX triplet: 66, 95 and 5B. RGB value is (102,149,91). Sum of RGB (Red+Green+Blue) = 102+149+91=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #66955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66955B is #996AA4. Grayscale: #808080. Windows color (decimal): -10054309 or 6002022. OLE color: 6002022.
HSL color Cylindrical-coordinate representation of color #66955B: hue angle of 108.62º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66955B is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 91 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.42 |
| HSL | 108.62º | 0.24% | 0.47% | - |
| HSV(B) | 108.62º | 0.39% | 0.58% | - |
| XYZ | 18.12 | 25.08 | 13.78 | - |
| YUV | 128.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 91 | 0.32 | 0 | 0.39 | 0.42 | 108.62 | 0.24 | 0.47 |
| Hex | 66 | 95 | 5B | 20 | 0 | 27 | 2A | 6D | 18 | 2F |
| Octal | 146 | 225 | 133 | 40 | 0 | 47 | 52 | 155 | 30 | 57 |
| Binary | 1100110 | 10010101 | 1011011 | 100000 | 0 | 100111 | 101010 | 1101101 | 11000 | 101111 |
Color Harmonies of #66955B
Complementary color
Monochromatic Colors of #66955B
Black with #66955B
Text Example
Text Example
White with #66955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66955B; }
p { color: rgb(102,149,91); }
H1.HeaderClassName
{
color: #66955B;
}
.AnyTagClassName
{
color: #66955B;
}
</style>
background-color css
<style>
a { background-color: #66955B; }
a { background-color: rgb(102,149,91); }
div.DivClassName
{
background-color: #66955B;
}
.BgClassName
{
background-color: #66955B;
}
</style>
border-color css
<style>
span { border-color: #66955B; }
span { border-color: rgb(102,149,91); }
td.TdClassName
{
border-color: #66955B;
}
.TagClassName
{
border-color: #66955B;
}
</style>