Shades of Hippie Green #699066
Tints of Hippie Green #699066
RGB
CMYK
RGB Variations
Color information
#699066 (or 0x699066) is known color: Hippie Green. HEX triplet: 69, 90 and 66. RGB value is (105,144,102). Sum of RGB (Red+Green+Blue) = 105+144+102=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #699066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699066 is #966F99. Grayscale: #7F7F7F. Windows color (decimal): -9858970 or 6721641. OLE color: 6721641.
HSL color Cylindrical-coordinate representation of color #699066: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699066 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 102 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.44 |
| HSL | 115.71º | 0.17% | 0.48% | - |
| HSV(B) | 115.71º | 0.29% | 0.56% | - |
| XYZ | 18.2 | 23.91 | 16.23 | - |
| YUV | 127.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 102 | 0.27 | 0 | 0.29 | 0.44 | 115.71 | 0.17 | 0.48 |
| Hex | 69 | 90 | 66 | 1B | 0 | 1D | 2C | 74 | 11 | 30 |
| Octal | 151 | 220 | 146 | 33 | 0 | 35 | 54 | 164 | 21 | 60 |
| Binary | 1101001 | 10010000 | 1100110 | 11011 | 0 | 11101 | 101100 | 1110100 | 10001 | 110000 |
Color Harmonies of #699066
Complementary color
Monochromatic Colors of #699066
Black with #699066
Text Example
Text Example
White with #699066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699066; }
p { color: rgb(105,144,102); }
H1.HeaderClassName
{
color: #699066;
}
.AnyTagClassName
{
color: #699066;
}
</style>
background-color css
<style>
a { background-color: #699066; }
a { background-color: rgb(105,144,102); }
div.DivClassName
{
background-color: #699066;
}
.BgClassName
{
background-color: #699066;
}
</style>
border-color css
<style>
span { border-color: #699066; }
span { border-color: rgb(105,144,102); }
td.TdClassName
{
border-color: #699066;
}
.TagClassName
{
border-color: #699066;
}
</style>