Shades of Hippie Green #698B5D
Tints of Hippie Green #698B5D
RGB
CMYK
RGB Variations
Color information
#698B5D (or 0x698B5D) is known color: Hippie Green. HEX triplet: 69, 8B and 5D. RGB value is (105,139,93). Sum of RGB (Red+Green+Blue) = 105+139+93=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #698B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B5D is #9674A2. Grayscale: #7B7B7B. Windows color (decimal): -9860259 or 6130537. OLE color: 6130537.
HSL color Cylindrical-coordinate representation of color #698B5D: hue angle of 104.35º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698B5D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 93 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.45 |
| HSL | 104.35º | 0.2% | 0.45% | - |
| HSV(B) | 104.35º | 0.33% | 0.55% | - |
| XYZ | 17.03 | 22.26 | 13.75 | - |
| YUV | 123.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 93 | 0.24 | 0 | 0.33 | 0.45 | 104.35 | 0.2 | 0.45 |
| Hex | 69 | 8B | 5D | 18 | 0 | 21 | 2D | 68 | 14 | 2D |
| Octal | 151 | 213 | 135 | 30 | 0 | 41 | 55 | 150 | 24 | 55 |
| Binary | 1101001 | 10001011 | 1011101 | 11000 | 0 | 100001 | 101101 | 1101000 | 10100 | 101101 |
Color Harmonies of #698B5D
Complementary color
Monochromatic Colors of #698B5D
Black with #698B5D
Text Example
Text Example
White with #698B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B5D; }
p { color: rgb(105,139,93); }
H1.HeaderClassName
{
color: #698B5D;
}
.AnyTagClassName
{
color: #698B5D;
}
</style>
background-color css
<style>
a { background-color: #698B5D; }
a { background-color: rgb(105,139,93); }
div.DivClassName
{
background-color: #698B5D;
}
.BgClassName
{
background-color: #698B5D;
}
</style>
border-color css
<style>
span { border-color: #698B5D; }
span { border-color: rgb(105,139,93); }
td.TdClassName
{
border-color: #698B5D;
}
.TagClassName
{
border-color: #698B5D;
}
</style>