Shades of Hippie Green #66905B
Tints of Hippie Green #66905B
RGB
CMYK
RGB Variations
Color information
#66905B (or 0x66905B) is known color: Hippie Green. HEX triplet: 66, 90 and 5B. RGB value is (102,144,91). Sum of RGB (Red+Green+Blue) = 102+144+91=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #66905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66905B is #996FA4. Grayscale: #7D7D7D. Windows color (decimal): -10055589 or 6000742. OLE color: 6000742.
HSL color Cylindrical-coordinate representation of color #66905B: hue angle of 107.55º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66905B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 91 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.44 |
| HSL | 107.55º | 0.23% | 0.46% | - |
| HSV(B) | 107.55º | 0.37% | 0.56% | - |
| XYZ | 17.34 | 23.53 | 13.52 | - |
| YUV | 125.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 91 | 0.29 | 0 | 0.37 | 0.44 | 107.55 | 0.23 | 0.46 |
| Hex | 66 | 90 | 5B | 1D | 0 | 25 | 2C | 6C | 17 | 2E |
| Octal | 146 | 220 | 133 | 35 | 0 | 45 | 54 | 154 | 27 | 56 |
| Binary | 1100110 | 10010000 | 1011011 | 11101 | 0 | 100101 | 101100 | 1101100 | 10111 | 101110 |
Color Harmonies of #66905B
Complementary color
Monochromatic Colors of #66905B
Black with #66905B
Text Example
Text Example
White with #66905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66905B; }
p { color: rgb(102,144,91); }
H1.HeaderClassName
{
color: #66905B;
}
.AnyTagClassName
{
color: #66905B;
}
</style>
background-color css
<style>
a { background-color: #66905B; }
a { background-color: rgb(102,144,91); }
div.DivClassName
{
background-color: #66905B;
}
.BgClassName
{
background-color: #66905B;
}
</style>
border-color css
<style>
span { border-color: #66905B; }
span { border-color: rgb(102,144,91); }
td.TdClassName
{
border-color: #66905B;
}
.TagClassName
{
border-color: #66905B;
}
</style>