Shades of Hippie Green #698C5F
Tints of Hippie Green #698C5F
RGB
CMYK
RGB Variations
Color information
#698C5F (or 0x698C5F) is known color: Hippie Green. HEX triplet: 69, 8C and 5F. RGB value is (105,140,95). Sum of RGB (Red+Green+Blue) = 105+140+95=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #698C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C5F is #9673A0. Grayscale: #7C7C7C. Windows color (decimal): -9860001 or 6261865. OLE color: 6261865.
HSL color Cylindrical-coordinate representation of color #698C5F: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #698C5F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 95 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.45 |
| HSL | 106.67º | 0.19% | 0.46% | - |
| HSV(B) | 106.67º | 0.32% | 0.55% | - |
| XYZ | 17.27 | 22.59 | 14.28 | - |
| YUV | 124.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 95 | 0.25 | 0 | 0.32 | 0.45 | 106.67 | 0.19 | 0.46 |
| Hex | 69 | 8C | 5F | 19 | 0 | 20 | 2D | 6B | 13 | 2E |
| Octal | 151 | 214 | 137 | 31 | 0 | 40 | 55 | 153 | 23 | 56 |
| Binary | 1101001 | 10001100 | 1011111 | 11001 | 0 | 100000 | 101101 | 1101011 | 10011 | 101110 |
Color Harmonies of #698C5F
Complementary color
Monochromatic Colors of #698C5F
Black with #698C5F
Text Example
Text Example
White with #698C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C5F; }
p { color: rgb(105,140,95); }
H1.HeaderClassName
{
color: #698C5F;
}
.AnyTagClassName
{
color: #698C5F;
}
</style>
background-color css
<style>
a { background-color: #698C5F; }
a { background-color: rgb(105,140,95); }
div.DivClassName
{
background-color: #698C5F;
}
.BgClassName
{
background-color: #698C5F;
}
</style>
border-color css
<style>
span { border-color: #698C5F; }
span { border-color: rgb(105,140,95); }
td.TdClassName
{
border-color: #698C5F;
}
.TagClassName
{
border-color: #698C5F;
}
</style>