Shades of Hippie Green #698967
Tints of Hippie Green #698967
RGB
CMYK
RGB Variations
Color information
#698967 (or 0x698967) is known color: Hippie Green. HEX triplet: 69, 89 and 67. RGB value is (105,137,103). Sum of RGB (Red+Green+Blue) = 105+137+103=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #698967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698967 is #967698. Grayscale: #7B7B7B. Windows color (decimal): -9860761 or 6785385. OLE color: 6785385.
HSL color Cylindrical-coordinate representation of color #698967: hue angle of 116.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #698967 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 103 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.46 |
| HSL | 116.47º | 0.14% | 0.47% | - |
| HSV(B) | 116.47º | 0.25% | 0.54% | - |
| XYZ | 17.22 | 21.87 | 16.15 | - |
| YUV | 123.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 103 | 0.23 | 0 | 0.25 | 0.46 | 116.47 | 0.14 | 0.47 |
| Hex | 69 | 89 | 67 | 17 | 0 | 19 | 2E | 74 | E | 2F |
| Octal | 151 | 211 | 147 | 27 | 0 | 31 | 56 | 164 | 16 | 57 |
| Binary | 1101001 | 10001001 | 1100111 | 10111 | 0 | 11001 | 101110 | 1110100 | 1110 | 101111 |
Color Harmonies of #698967
Complementary color
Monochromatic Colors of #698967
Black with #698967
Text Example
Text Example
White with #698967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698967; }
p { color: rgb(105,137,103); }
H1.HeaderClassName
{
color: #698967;
}
.AnyTagClassName
{
color: #698967;
}
</style>
background-color css
<style>
a { background-color: #698967; }
a { background-color: rgb(105,137,103); }
div.DivClassName
{
background-color: #698967;
}
.BgClassName
{
background-color: #698967;
}
</style>
border-color css
<style>
span { border-color: #698967; }
span { border-color: rgb(105,137,103); }
td.TdClassName
{
border-color: #698967;
}
.TagClassName
{
border-color: #698967;
}
</style>