Shades of Hippie Green #66905A
Tints of Hippie Green #66905A
RGB
CMYK
RGB Variations
Color information
#66905A (or 0x66905A) is known color: Hippie Green. HEX triplet: 66, 90 and 5A. RGB value is (102,144,90). Sum of RGB (Red+Green+Blue) = 102+144+90=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #66905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66905A is #996FA5. Grayscale: #7D7D7D. Windows color (decimal): -10055590 or 5935206. OLE color: 5935206.
HSL color Cylindrical-coordinate representation of color #66905A: hue angle of 106.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66905A is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 90 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.44 |
| HSL | 106.67º | 0.23% | 0.46% | - |
| HSV(B) | 106.67º | 0.38% | 0.56% | - |
| XYZ | 17.3 | 23.51 | 13.3 | - |
| YUV | 125.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 90 | 0.29 | 0 | 0.37 | 0.44 | 106.67 | 0.23 | 0.46 |
| Hex | 66 | 90 | 5A | 1D | 0 | 25 | 2C | 6B | 17 | 2E |
| Octal | 146 | 220 | 132 | 35 | 0 | 45 | 54 | 153 | 27 | 56 |
| Binary | 1100110 | 10010000 | 1011010 | 11101 | 0 | 100101 | 101100 | 1101011 | 10111 | 101110 |
Color Harmonies of #66905A
Complementary color
Monochromatic Colors of #66905A
Black with #66905A
Text Example
Text Example
White with #66905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66905A; }
p { color: rgb(102,144,90); }
H1.HeaderClassName
{
color: #66905A;
}
.AnyTagClassName
{
color: #66905A;
}
</style>
background-color css
<style>
a { background-color: #66905A; }
a { background-color: rgb(102,144,90); }
div.DivClassName
{
background-color: #66905A;
}
.BgClassName
{
background-color: #66905A;
}
</style>
border-color css
<style>
span { border-color: #66905A; }
span { border-color: rgb(102,144,90); }
td.TdClassName
{
border-color: #66905A;
}
.TagClassName
{
border-color: #66905A;
}
</style>