Shades of Hippie Green #66975A
Tints of Hippie Green #66975A
RGB
CMYK
RGB Variations
Color information
#66975A (or 0x66975A) is known color: Hippie Green. HEX triplet: 66, 97 and 5A. RGB value is (102,151,90). Sum of RGB (Red+Green+Blue) = 102+151+90=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #66975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66975A is #9968A5. Grayscale: #818181. Windows color (decimal): -10053798 or 5936998. OLE color: 5936998.
HSL color Cylindrical-coordinate representation of color #66975A: hue angle of 108.2º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66975A is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 90 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.41 |
| HSL | 108.2º | 0.25% | 0.47% | - |
| HSV(B) | 108.2º | 0.4% | 0.59% | - |
| XYZ | 18.39 | 25.7 | 13.66 | - |
| YUV | 129.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 90 | 0.32 | 0 | 0.40 | 0.41 | 108.2 | 0.25 | 0.47 |
| Hex | 66 | 97 | 5A | 20 | 0 | 28 | 29 | 6C | 19 | 2F |
| Octal | 146 | 227 | 132 | 40 | 0 | 50 | 51 | 154 | 31 | 57 |
| Binary | 1100110 | 10010111 | 1011010 | 100000 | 0 | 101000 | 101001 | 1101100 | 11001 | 101111 |
Color Harmonies of #66975A
Complementary color
Monochromatic Colors of #66975A
Black with #66975A
Text Example
Text Example
White with #66975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66975A; }
p { color: rgb(102,151,90); }
H1.HeaderClassName
{
color: #66975A;
}
.AnyTagClassName
{
color: #66975A;
}
</style>
background-color css
<style>
a { background-color: #66975A; }
a { background-color: rgb(102,151,90); }
div.DivClassName
{
background-color: #66975A;
}
.BgClassName
{
background-color: #66975A;
}
</style>
border-color css
<style>
span { border-color: #66975A; }
span { border-color: rgb(102,151,90); }
td.TdClassName
{
border-color: #66975A;
}
.TagClassName
{
border-color: #66975A;
}
</style>