Shades of Hippie Green #699665
Tints of Hippie Green #699665
RGB
CMYK
RGB Variations
Color information
#699665 (or 0x699665) is known color: Hippie Green. HEX triplet: 69, 96 and 65. RGB value is (105,150,101). Sum of RGB (Red+Green+Blue) = 105+150+101=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #699665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699665 is #96699A. Grayscale: #838383. Windows color (decimal): -9857435 or 6657641. OLE color: 6657641.
HSL color Cylindrical-coordinate representation of color #699665: hue angle of 115.1º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699665 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 101 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.41 |
| HSL | 115.1º | 0.2% | 0.49% | - |
| HSV(B) | 115.1º | 0.33% | 0.59% | - |
| XYZ | 19.08 | 25.76 | 16.28 | - |
| YUV | 130.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 101 | 0.30 | 0 | 0.33 | 0.41 | 115.1 | 0.2 | 0.49 |
| Hex | 69 | 96 | 65 | 1E | 0 | 21 | 29 | 73 | 14 | 31 |
| Octal | 151 | 226 | 145 | 36 | 0 | 41 | 51 | 163 | 24 | 61 |
| Binary | 1101001 | 10010110 | 1100101 | 11110 | 0 | 100001 | 101001 | 1110011 | 10100 | 110001 |
Color Harmonies of #699665
Complementary color
Monochromatic Colors of #699665
Black with #699665
Text Example
Text Example
White with #699665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699665; }
p { color: rgb(105,150,101); }
H1.HeaderClassName
{
color: #699665;
}
.AnyTagClassName
{
color: #699665;
}
</style>
background-color css
<style>
a { background-color: #699665; }
a { background-color: rgb(105,150,101); }
div.DivClassName
{
background-color: #699665;
}
.BgClassName
{
background-color: #699665;
}
</style>
border-color css
<style>
span { border-color: #699665; }
span { border-color: rgb(105,150,101); }
td.TdClassName
{
border-color: #699665;
}
.TagClassName
{
border-color: #699665;
}
</style>