Shades of Hippie Green #66A55F
Tints of Hippie Green #66A55F
RGB
CMYK
RGB Variations
Color information
#66A55F (or 0x66A55F) is known color: Hippie Green. HEX triplet: 66, A5 and 5F. RGB value is (102,165,95). Sum of RGB (Red+Green+Blue) = 102+165+95=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #66A55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A55F is #995AA0. Grayscale: #8A8A8A. Windows color (decimal): -10050209 or 6268262. OLE color: 6268262.
HSL color Cylindrical-coordinate representation of color #66A55F: hue angle of 114º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66A55F is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 165 | 95 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.35 |
| HSL | 114º | 0.28% | 0.51% | - |
| HSV(B) | 114º | 0.42% | 0.65% | - |
| XYZ | 21 | 30.56 | 15.62 | - |
| YUV | 138.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 95 | 0.38 | 0 | 0.42 | 0.35 | 114 | 0.28 | 0.51 |
| Hex | 66 | A5 | 5F | 26 | 0 | 2A | 23 | 72 | 1C | 33 |
| Octal | 146 | 245 | 137 | 46 | 0 | 52 | 43 | 162 | 34 | 63 |
| Binary | 1100110 | 10100101 | 1011111 | 100110 | 0 | 101010 | 100011 | 1110010 | 11100 | 110011 |
Color Harmonies of #66A55F
Complementary color
Monochromatic Colors of #66A55F
Black with #66A55F
Text Example
Text Example
White with #66A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A55F; }
p { color: rgb(102,165,95); }
H1.HeaderClassName
{
color: #66A55F;
}
.AnyTagClassName
{
color: #66A55F;
}
</style>
background-color css
<style>
a { background-color: #66A55F; }
a { background-color: rgb(102,165,95); }
div.DivClassName
{
background-color: #66A55F;
}
.BgClassName
{
background-color: #66A55F;
}
</style>
border-color css
<style>
span { border-color: #66A55F; }
span { border-color: rgb(102,165,95); }
td.TdClassName
{
border-color: #66A55F;
}
.TagClassName
{
border-color: #66A55F;
}
</style>