Shades of Hippie Green #66915B
Tints of Hippie Green #66915B
RGB
CMYK
RGB Variations
Color information
#66915B (or 0x66915B) is known color: Hippie Green. HEX triplet: 66, 91 and 5B. RGB value is (102,145,91). Sum of RGB (Red+Green+Blue) = 102+145+91=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #66915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66915B is #996EA4. Grayscale: #7E7E7E. Windows color (decimal): -10055333 or 6000998. OLE color: 6000998.
HSL color Cylindrical-coordinate representation of color #66915B: hue angle of 107.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66915B is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 91 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.43 |
| HSL | 107.78º | 0.23% | 0.46% | - |
| HSV(B) | 107.78º | 0.37% | 0.57% | - |
| XYZ | 17.49 | 23.83 | 13.58 | - |
| YUV | 125.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 91 | 0.30 | 0 | 0.37 | 0.43 | 107.78 | 0.23 | 0.46 |
| Hex | 66 | 91 | 5B | 1E | 0 | 25 | 2B | 6C | 17 | 2E |
| Octal | 146 | 221 | 133 | 36 | 0 | 45 | 53 | 154 | 27 | 56 |
| Binary | 1100110 | 10010001 | 1011011 | 11110 | 0 | 100101 | 101011 | 1101100 | 10111 | 101110 |
Color Harmonies of #66915B
Complementary color
Monochromatic Colors of #66915B
Black with #66915B
Text Example
Text Example
White with #66915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66915B; }
p { color: rgb(102,145,91); }
H1.HeaderClassName
{
color: #66915B;
}
.AnyTagClassName
{
color: #66915B;
}
</style>
background-color css
<style>
a { background-color: #66915B; }
a { background-color: rgb(102,145,91); }
div.DivClassName
{
background-color: #66915B;
}
.BgClassName
{
background-color: #66915B;
}
</style>
border-color css
<style>
span { border-color: #66915B; }
span { border-color: rgb(102,145,91); }
td.TdClassName
{
border-color: #66915B;
}
.TagClassName
{
border-color: #66915B;
}
</style>