Shades of Hippie Green #699762
Tints of Hippie Green #699762
RGB
CMYK
RGB Variations
Color information
#699762 (or 0x699762) is known color: Hippie Green. HEX triplet: 69, 97 and 62. RGB value is (105,151,98). Sum of RGB (Red+Green+Blue) = 105+151+98=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #699762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699762 is #96689D. Grayscale: #838383. Windows color (decimal): -9857182 or 6461289. OLE color: 6461289.
HSL color Cylindrical-coordinate representation of color #699762: hue angle of 112.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #699762 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 98 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.41 |
| HSL | 112.08º | 0.21% | 0.49% | - |
| HSV(B) | 112.08º | 0.35% | 0.59% | - |
| XYZ | 19.1 | 26.02 | 15.57 | - |
| YUV | 131.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 98 | 0.30 | 0 | 0.35 | 0.41 | 112.08 | 0.21 | 0.49 |
| Hex | 69 | 97 | 62 | 1E | 0 | 23 | 29 | 70 | 15 | 31 |
| Octal | 151 | 227 | 142 | 36 | 0 | 43 | 51 | 160 | 25 | 61 |
| Binary | 1101001 | 10010111 | 1100010 | 11110 | 0 | 100011 | 101001 | 1110000 | 10101 | 110001 |
Color Harmonies of #699762
Complementary color
Monochromatic Colors of #699762
Black with #699762
Text Example
Text Example
White with #699762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699762; }
p { color: rgb(105,151,98); }
H1.HeaderClassName
{
color: #699762;
}
.AnyTagClassName
{
color: #699762;
}
</style>
background-color css
<style>
a { background-color: #699762; }
a { background-color: rgb(105,151,98); }
div.DivClassName
{
background-color: #699762;
}
.BgClassName
{
background-color: #699762;
}
</style>
border-color css
<style>
span { border-color: #699762; }
span { border-color: rgb(105,151,98); }
td.TdClassName
{
border-color: #699762;
}
.TagClassName
{
border-color: #699762;
}
</style>