Shades of Hippie Green #669356
Tints of Hippie Green #669356
RGB
CMYK
RGB Variations
Color information
#669356 (or 0x669356) is known color: Hippie Green. HEX triplet: 66, 93 and 56. RGB value is (102,147,86). Sum of RGB (Red+Green+Blue) = 102+147+86=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #669356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669356 is #996CA9. Grayscale: #7E7E7E. Windows color (decimal): -10054826 or 5673830. OLE color: 5673830.
HSL color Cylindrical-coordinate representation of color #669356: hue angle of 104.26º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #669356 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 86 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.42 |
| HSL | 104.26º | 0.26% | 0.46% | - |
| HSV(B) | 104.26º | 0.41% | 0.58% | - |
| XYZ | 17.59 | 24.36 | 12.58 | - |
| YUV | 126.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 86 | 0.31 | 0 | 0.41 | 0.42 | 104.26 | 0.26 | 0.46 |
| Hex | 66 | 93 | 56 | 1F | 0 | 29 | 2A | 68 | 1A | 2E |
| Octal | 146 | 223 | 126 | 37 | 0 | 51 | 52 | 150 | 32 | 56 |
| Binary | 1100110 | 10010011 | 1010110 | 11111 | 0 | 101001 | 101010 | 1101000 | 11010 | 101110 |
Color Harmonies of #669356
Complementary color
Monochromatic Colors of #669356
Black with #669356
Text Example
Text Example
White with #669356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669356; }
p { color: rgb(102,147,86); }
H1.HeaderClassName
{
color: #669356;
}
.AnyTagClassName
{
color: #669356;
}
</style>
background-color css
<style>
a { background-color: #669356; }
a { background-color: rgb(102,147,86); }
div.DivClassName
{
background-color: #669356;
}
.BgClassName
{
background-color: #669356;
}
</style>
border-color css
<style>
span { border-color: #669356; }
span { border-color: rgb(102,147,86); }
td.TdClassName
{
border-color: #669356;
}
.TagClassName
{
border-color: #669356;
}
</style>