Shades of Hippie Green #66935D
Tints of Hippie Green #66935D
RGB
CMYK
RGB Variations
Color information
#66935D (or 0x66935D) is known color: Hippie Green. HEX triplet: 66, 93 and 5D. RGB value is (102,147,93). Sum of RGB (Red+Green+Blue) = 102+147+93=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #66935D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66935D is #996CA2. Grayscale: #7F7F7F. Windows color (decimal): -10054819 or 6132582. OLE color: 6132582.
HSL color Cylindrical-coordinate representation of color #66935D: hue angle of 110º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66935D is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 93 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.42 |
| HSL | 110º | 0.23% | 0.47% | - |
| HSV(B) | 110º | 0.37% | 0.58% | - |
| XYZ | 17.89 | 24.48 | 14.14 | - |
| YUV | 127.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 93 | 0.31 | 0 | 0.37 | 0.42 | 110 | 0.23 | 0.47 |
| Hex | 66 | 93 | 5D | 1F | 0 | 25 | 2A | 6E | 16 | 2F |
| Octal | 146 | 223 | 135 | 37 | 0 | 45 | 52 | 156 | 26 | 57 |
| Binary | 1100110 | 10010011 | 1011101 | 11111 | 0 | 100101 | 101010 | 1101110 | 10110 | 101111 |
Color Harmonies of #66935D
Complementary color
Monochromatic Colors of #66935D
Black with #66935D
Text Example
Text Example
White with #66935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66935D; }
p { color: rgb(102,147,93); }
H1.HeaderClassName
{
color: #66935D;
}
.AnyTagClassName
{
color: #66935D;
}
</style>
background-color css
<style>
a { background-color: #66935D; }
a { background-color: rgb(102,147,93); }
div.DivClassName
{
background-color: #66935D;
}
.BgClassName
{
background-color: #66935D;
}
</style>
border-color css
<style>
span { border-color: #66935D; }
span { border-color: rgb(102,147,93); }
td.TdClassName
{
border-color: #66935D;
}
.TagClassName
{
border-color: #66935D;
}
</style>