Shades of Hippie Green #66895A
Tints of Hippie Green #66895A
RGB
CMYK
RGB Variations
Color information
#66895A (or 0x66895A) is known color: Hippie Green. HEX triplet: 66, 89 and 5A. RGB value is (102,137,90). Sum of RGB (Red+Green+Blue) = 102+137+90=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #66895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66895A is #9976A5. Grayscale: #797979. Windows color (decimal): -10057382 or 5933414. OLE color: 5933414.
HSL color Cylindrical-coordinate representation of color #66895A: hue angle of 104.68º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66895A is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 90 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.46 |
| HSL | 104.68º | 0.21% | 0.45% | - |
| HSV(B) | 104.68º | 0.34% | 0.54% | - |
| XYZ | 16.27 | 21.45 | 12.96 | - |
| YUV | 121.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 90 | 0.26 | 0 | 0.34 | 0.46 | 104.68 | 0.21 | 0.45 |
| Hex | 66 | 89 | 5A | 1A | 0 | 22 | 2E | 69 | 15 | 2D |
| Octal | 146 | 211 | 132 | 32 | 0 | 42 | 56 | 151 | 25 | 55 |
| Binary | 1100110 | 10001001 | 1011010 | 11010 | 0 | 100010 | 101110 | 1101001 | 10101 | 101101 |
Color Harmonies of #66895A
Complementary color
Monochromatic Colors of #66895A
Black with #66895A
Text Example
Text Example
White with #66895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66895A; }
p { color: rgb(102,137,90); }
H1.HeaderClassName
{
color: #66895A;
}
.AnyTagClassName
{
color: #66895A;
}
</style>
background-color css
<style>
a { background-color: #66895A; }
a { background-color: rgb(102,137,90); }
div.DivClassName
{
background-color: #66895A;
}
.BgClassName
{
background-color: #66895A;
}
</style>
border-color css
<style>
span { border-color: #66895A; }
span { border-color: rgb(102,137,90); }
td.TdClassName
{
border-color: #66895A;
}
.TagClassName
{
border-color: #66895A;
}
</style>