Shades of Hippie Green #699164
Tints of Hippie Green #699164
RGB
CMYK
RGB Variations
Color information
#699164 (or 0x699164) is known color: Hippie Green. HEX triplet: 69, 91 and 64. RGB value is (105,145,100). Sum of RGB (Red+Green+Blue) = 105+145+100=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #699164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699164 is #966E9B. Grayscale: #808080. Windows color (decimal): -9858716 or 6590825. OLE color: 6590825.
HSL color Cylindrical-coordinate representation of color #699164: hue angle of 113.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699164 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 100 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.43 |
| HSL | 113.33º | 0.18% | 0.48% | - |
| HSV(B) | 113.33º | 0.31% | 0.57% | - |
| XYZ | 18.25 | 24.17 | 15.76 | - |
| YUV | 127.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 100 | 0.28 | 0 | 0.31 | 0.43 | 113.33 | 0.18 | 0.48 |
| Hex | 69 | 91 | 64 | 1C | 0 | 1F | 2B | 71 | 12 | 30 |
| Octal | 151 | 221 | 144 | 34 | 0 | 37 | 53 | 161 | 22 | 60 |
| Binary | 1101001 | 10010001 | 1100100 | 11100 | 0 | 11111 | 101011 | 1110001 | 10010 | 110000 |
Color Harmonies of #699164
Complementary color
Monochromatic Colors of #699164
Black with #699164
Text Example
Text Example
White with #699164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699164; }
p { color: rgb(105,145,100); }
H1.HeaderClassName
{
color: #699164;
}
.AnyTagClassName
{
color: #699164;
}
</style>
background-color css
<style>
a { background-color: #699164; }
a { background-color: rgb(105,145,100); }
div.DivClassName
{
background-color: #699164;
}
.BgClassName
{
background-color: #699164;
}
</style>
border-color css
<style>
span { border-color: #699164; }
span { border-color: rgb(105,145,100); }
td.TdClassName
{
border-color: #699164;
}
.TagClassName
{
border-color: #699164;
}
</style>