Shades of Hippie Green #66915F
Tints of Hippie Green #66915F
RGB
CMYK
RGB Variations
Color information
#66915F (or 0x66915F) is known color: Hippie Green. HEX triplet: 66, 91 and 5F. RGB value is (102,145,95). Sum of RGB (Red+Green+Blue) = 102+145+95=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #66915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66915F is #996EA0. Grayscale: #7E7E7E. Windows color (decimal): -10055329 or 6263142. OLE color: 6263142.
HSL color Cylindrical-coordinate representation of color #66915F: hue angle of 111.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66915F is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 95 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.43 |
| HSL | 111.6º | 0.21% | 0.47% | - |
| HSV(B) | 111.6º | 0.34% | 0.57% | - |
| XYZ | 17.67 | 23.9 | 14.51 | - |
| YUV | 126.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 95 | 0.30 | 0 | 0.34 | 0.43 | 111.6 | 0.21 | 0.47 |
| Hex | 66 | 91 | 5F | 1E | 0 | 22 | 2B | 70 | 15 | 2F |
| Octal | 146 | 221 | 137 | 36 | 0 | 42 | 53 | 160 | 25 | 57 |
| Binary | 1100110 | 10010001 | 1011111 | 11110 | 0 | 100010 | 101011 | 1110000 | 10101 | 101111 |
Color Harmonies of #66915F
Complementary color
Monochromatic Colors of #66915F
Black with #66915F
Text Example
Text Example
White with #66915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66915F; }
p { color: rgb(102,145,95); }
H1.HeaderClassName
{
color: #66915F;
}
.AnyTagClassName
{
color: #66915F;
}
</style>
background-color css
<style>
a { background-color: #66915F; }
a { background-color: rgb(102,145,95); }
div.DivClassName
{
background-color: #66915F;
}
.BgClassName
{
background-color: #66915F;
}
</style>
border-color css
<style>
span { border-color: #66915F; }
span { border-color: rgb(102,145,95); }
td.TdClassName
{
border-color: #66915F;
}
.TagClassName
{
border-color: #66915F;
}
</style>