Shades of Hippie Green #698A5E
Tints of Hippie Green #698A5E
RGB
CMYK
RGB Variations
Color information
#698A5E (or 0x698A5E) is known color: Hippie Green. HEX triplet: 69, 8A and 5E. RGB value is (105,138,94). Sum of RGB (Red+Green+Blue) = 105+138+94=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #698A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A5E is #9675A1. Grayscale: #7B7B7B. Windows color (decimal): -9860514 or 6195817. OLE color: 6195817.
HSL color Cylindrical-coordinate representation of color #698A5E: hue angle of 105º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #698A5E is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 94 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.46 |
| HSL | 105º | 0.19% | 0.45% | - |
| HSV(B) | 105º | 0.32% | 0.54% | - |
| XYZ | 16.93 | 21.99 | 13.94 | - |
| YUV | 123.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 94 | 0.24 | 0 | 0.32 | 0.46 | 105 | 0.19 | 0.45 |
| Hex | 69 | 8A | 5E | 18 | 0 | 20 | 2E | 69 | 13 | 2D |
| Octal | 151 | 212 | 136 | 30 | 0 | 40 | 56 | 151 | 23 | 55 |
| Binary | 1101001 | 10001010 | 1011110 | 11000 | 0 | 100000 | 101110 | 1101001 | 10011 | 101101 |
Color Harmonies of #698A5E
Complementary color
Monochromatic Colors of #698A5E
Black with #698A5E
Text Example
Text Example
White with #698A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A5E; }
p { color: rgb(105,138,94); }
H1.HeaderClassName
{
color: #698A5E;
}
.AnyTagClassName
{
color: #698A5E;
}
</style>
background-color css
<style>
a { background-color: #698A5E; }
a { background-color: rgb(105,138,94); }
div.DivClassName
{
background-color: #698A5E;
}
.BgClassName
{
background-color: #698A5E;
}
</style>
border-color css
<style>
span { border-color: #698A5E; }
span { border-color: rgb(105,138,94); }
td.TdClassName
{
border-color: #698A5E;
}
.TagClassName
{
border-color: #698A5E;
}
</style>