Shades of Hippie Green #699562
Tints of Hippie Green #699562
RGB
CMYK
RGB Variations
Color information
#699562 (or 0x699562) is known color: Hippie Green. HEX triplet: 69, 95 and 62. RGB value is (105,149,98). Sum of RGB (Red+Green+Blue) = 105+149+98=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #699562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699562 is #966A9D. Grayscale: #828282. Windows color (decimal): -9857694 or 6460777. OLE color: 6460777.
HSL color Cylindrical-coordinate representation of color #699562: hue angle of 111.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699562 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 98 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.42 |
| HSL | 111.76º | 0.21% | 0.48% | - |
| HSV(B) | 111.76º | 0.34% | 0.58% | - |
| XYZ | 18.78 | 25.38 | 15.46 | - |
| YUV | 130.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 98 | 0.30 | 0 | 0.34 | 0.42 | 111.76 | 0.21 | 0.48 |
| Hex | 69 | 95 | 62 | 1E | 0 | 22 | 2A | 70 | 15 | 30 |
| Octal | 151 | 225 | 142 | 36 | 0 | 42 | 52 | 160 | 25 | 60 |
| Binary | 1101001 | 10010101 | 1100010 | 11110 | 0 | 100010 | 101010 | 1110000 | 10101 | 110000 |
Color Harmonies of #699562
Complementary color
Monochromatic Colors of #699562
Black with #699562
Text Example
Text Example
White with #699562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699562; }
p { color: rgb(105,149,98); }
H1.HeaderClassName
{
color: #699562;
}
.AnyTagClassName
{
color: #699562;
}
</style>
background-color css
<style>
a { background-color: #699562; }
a { background-color: rgb(105,149,98); }
div.DivClassName
{
background-color: #699562;
}
.BgClassName
{
background-color: #699562;
}
</style>
border-color css
<style>
span { border-color: #699562; }
span { border-color: rgb(105,149,98); }
td.TdClassName
{
border-color: #699562;
}
.TagClassName
{
border-color: #699562;
}
</style>