Shades of Hippie Green #698C63
Tints of Hippie Green #698C63
RGB
CMYK
RGB Variations
Color information
#698C63 (or 0x698C63) is known color: Hippie Green. HEX triplet: 69, 8C and 63. RGB value is (105,140,99). Sum of RGB (Red+Green+Blue) = 105+140+99=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #698C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C63 is #96739C. Grayscale: #7C7C7C. Windows color (decimal): -9859997 or 6524009. OLE color: 6524009.
HSL color Cylindrical-coordinate representation of color #698C63: hue angle of 111.22º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698C63 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 99 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.45 |
| HSL | 111.22º | 0.17% | 0.47% | - |
| HSV(B) | 111.22º | 0.29% | 0.55% | - |
| XYZ | 17.46 | 22.66 | 15.26 | - |
| YUV | 124.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 99 | 0.25 | 0 | 0.29 | 0.45 | 111.22 | 0.17 | 0.47 |
| Hex | 69 | 8C | 63 | 19 | 0 | 1D | 2D | 6F | 11 | 2F |
| Octal | 151 | 214 | 143 | 31 | 0 | 35 | 55 | 157 | 21 | 57 |
| Binary | 1101001 | 10001100 | 1100011 | 11001 | 0 | 11101 | 101101 | 1101111 | 10001 | 101111 |
Color Harmonies of #698C63
Complementary color
Monochromatic Colors of #698C63
Black with #698C63
Text Example
Text Example
White with #698C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C63; }
p { color: rgb(105,140,99); }
H1.HeaderClassName
{
color: #698C63;
}
.AnyTagClassName
{
color: #698C63;
}
</style>
background-color css
<style>
a { background-color: #698C63; }
a { background-color: rgb(105,140,99); }
div.DivClassName
{
background-color: #698C63;
}
.BgClassName
{
background-color: #698C63;
}
</style>
border-color css
<style>
span { border-color: #698C63; }
span { border-color: rgb(105,140,99); }
td.TdClassName
{
border-color: #698C63;
}
.TagClassName
{
border-color: #698C63;
}
</style>