Shades of Hippie Green #699759
Tints of Hippie Green #699759
RGB
CMYK
RGB Variations
Color information
#699759 (or 0x699759) is known color: Hippie Green. HEX triplet: 69, 97 and 59. RGB value is (105,151,89). Sum of RGB (Red+Green+Blue) = 105+151+89=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #699759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699759 is #9668A6. Grayscale: #828282. Windows color (decimal): -9857191 or 5871465. OLE color: 5871465.
HSL color Cylindrical-coordinate representation of color #699759: hue angle of 104.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #699759 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 89 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.41 |
| HSL | 104.52º | 0.26% | 0.47% | - |
| HSV(B) | 104.52º | 0.41% | 0.59% | - |
| XYZ | 18.7 | 25.86 | 13.46 | - |
| YUV | 130.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 89 | 0.30 | 0 | 0.41 | 0.41 | 104.52 | 0.26 | 0.47 |
| Hex | 69 | 97 | 59 | 1E | 0 | 29 | 29 | 69 | 1A | 2F |
| Octal | 151 | 227 | 131 | 36 | 0 | 51 | 51 | 151 | 32 | 57 |
| Binary | 1101001 | 10010111 | 1011001 | 11110 | 0 | 101001 | 101001 | 1101001 | 11010 | 101111 |
Color Harmonies of #699759
Complementary color
Monochromatic Colors of #699759
Black with #699759
Text Example
Text Example
White with #699759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699759; }
p { color: rgb(105,151,89); }
H1.HeaderClassName
{
color: #699759;
}
.AnyTagClassName
{
color: #699759;
}
</style>
background-color css
<style>
a { background-color: #699759; }
a { background-color: rgb(105,151,89); }
div.DivClassName
{
background-color: #699759;
}
.BgClassName
{
background-color: #699759;
}
</style>
border-color css
<style>
span { border-color: #699759; }
span { border-color: rgb(105,151,89); }
td.TdClassName
{
border-color: #699759;
}
.TagClassName
{
border-color: #699759;
}
</style>