Shades of Hippie Green #699656
Tints of Hippie Green #699656
RGB
CMYK
RGB Variations
Color information
#699656 (or 0x699656) is known color: Hippie Green. HEX triplet: 69, 96 and 56. RGB value is (105,150,86). Sum of RGB (Red+Green+Blue) = 105+150+86=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #699656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699656 is #9669A9. Grayscale: #818181. Windows color (decimal): -9857450 or 5674601. OLE color: 5674601.
HSL color Cylindrical-coordinate representation of color #699656: hue angle of 102.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #699656 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 86 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.41 |
| HSL | 102.19º | 0.27% | 0.46% | - |
| HSV(B) | 102.19º | 0.43% | 0.59% | - |
| XYZ | 18.41 | 25.49 | 12.75 | - |
| YUV | 129.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 86 | 0.30 | 0 | 0.43 | 0.41 | 102.19 | 0.27 | 0.46 |
| Hex | 69 | 96 | 56 | 1E | 0 | 2B | 29 | 66 | 1B | 2E |
| Octal | 151 | 226 | 126 | 36 | 0 | 53 | 51 | 146 | 33 | 56 |
| Binary | 1101001 | 10010110 | 1010110 | 11110 | 0 | 101011 | 101001 | 1100110 | 11011 | 101110 |
Color Harmonies of #699656
Complementary color
Monochromatic Colors of #699656
Black with #699656
Text Example
Text Example
White with #699656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699656; }
p { color: rgb(105,150,86); }
H1.HeaderClassName
{
color: #699656;
}
.AnyTagClassName
{
color: #699656;
}
</style>
background-color css
<style>
a { background-color: #699656; }
a { background-color: rgb(105,150,86); }
div.DivClassName
{
background-color: #699656;
}
.BgClassName
{
background-color: #699656;
}
</style>
border-color css
<style>
span { border-color: #699656; }
span { border-color: rgb(105,150,86); }
td.TdClassName
{
border-color: #699656;
}
.TagClassName
{
border-color: #699656;
}
</style>