Shades of Hippie Green #669364
Tints of Hippie Green #669364
RGB
CMYK
RGB Variations
Color information
#669364 (or 0x669364) is known color: Hippie Green. HEX triplet: 66, 93 and 64. RGB value is (102,147,100). Sum of RGB (Red+Green+Blue) = 102+147+100=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #669364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669364 is #996C9B. Grayscale: #808080. Windows color (decimal): -10054812 or 6591334. OLE color: 6591334.
HSL color Cylindrical-coordinate representation of color #669364: hue angle of 117.45º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669364 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 100 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.42 |
| HSL | 117.45º | 0.19% | 0.48% | - |
| HSV(B) | 117.45º | 0.32% | 0.58% | - |
| XYZ | 18.21 | 24.61 | 15.85 | - |
| YUV | 128.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 100 | 0.31 | 0 | 0.32 | 0.42 | 117.45 | 0.19 | 0.48 |
| Hex | 66 | 93 | 64 | 1F | 0 | 20 | 2A | 75 | 13 | 30 |
| Octal | 146 | 223 | 144 | 37 | 0 | 40 | 52 | 165 | 23 | 60 |
| Binary | 1100110 | 10010011 | 1100100 | 11111 | 0 | 100000 | 101010 | 1110101 | 10011 | 110000 |
Color Harmonies of #669364
Complementary color
Monochromatic Colors of #669364
Black with #669364
Text Example
Text Example
White with #669364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669364; }
p { color: rgb(102,147,100); }
H1.HeaderClassName
{
color: #669364;
}
.AnyTagClassName
{
color: #669364;
}
</style>
background-color css
<style>
a { background-color: #669364; }
a { background-color: rgb(102,147,100); }
div.DivClassName
{
background-color: #669364;
}
.BgClassName
{
background-color: #669364;
}
</style>
border-color css
<style>
span { border-color: #669364; }
span { border-color: rgb(102,147,100); }
td.TdClassName
{
border-color: #669364;
}
.TagClassName
{
border-color: #669364;
}
</style>