Shades of Hippie Green #698363
Tints of Hippie Green #698363
RGB
CMYK
RGB Variations
Color information
#698363 (or 0x698363) is known color: Hippie Green. HEX triplet: 69, 83 and 63. RGB value is (105,131,99). Sum of RGB (Red+Green+Blue) = 105+131+99=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #698363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698363 is #967C9C. Grayscale: #777777. Windows color (decimal): -9862301 or 6521705. OLE color: 6521705.
HSL color Cylindrical-coordinate representation of color #698363: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698363 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 99 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.49 |
| HSL | 108.75º | 0.14% | 0.45% | - |
| HSV(B) | 108.75º | 0.24% | 0.51% | - |
| XYZ | 16.19 | 20.14 | 14.84 | - |
| YUV | 119.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 99 | 0.20 | 0 | 0.24 | 0.49 | 108.75 | 0.14 | 0.45 |
| Hex | 69 | 83 | 63 | 14 | 0 | 18 | 31 | 6D | E | 2D |
| Octal | 151 | 203 | 143 | 24 | 0 | 30 | 61 | 155 | 16 | 55 |
| Binary | 1101001 | 10000011 | 1100011 | 10100 | 0 | 11000 | 110001 | 1101101 | 1110 | 101101 |
Color Harmonies of #698363
Complementary color
Monochromatic Colors of #698363
Black with #698363
Text Example
Text Example
White with #698363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698363; }
p { color: rgb(105,131,99); }
H1.HeaderClassName
{
color: #698363;
}
.AnyTagClassName
{
color: #698363;
}
</style>
background-color css
<style>
a { background-color: #698363; }
a { background-color: rgb(105,131,99); }
div.DivClassName
{
background-color: #698363;
}
.BgClassName
{
background-color: #698363;
}
</style>
border-color css
<style>
span { border-color: #698363; }
span { border-color: rgb(105,131,99); }
td.TdClassName
{
border-color: #698363;
}
.TagClassName
{
border-color: #698363;
}
</style>