Shades of Hippie Green #689363
Tints of Hippie Green #689363
RGB
CMYK
RGB Variations
Color information
#689363 (or 0x689363) is known color: Hippie Green. HEX triplet: 68, 93 and 63. RGB value is (104,147,99). Sum of RGB (Red+Green+Blue) = 104+147+99=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #689363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689363 is #976C9C. Grayscale: #808080. Windows color (decimal): -9923741 or 6525800. OLE color: 6525800.
HSL color Cylindrical-coordinate representation of color #689363: hue angle of 113.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689363 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 99 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.42 |
| HSL | 113.75º | 0.2% | 0.48% | - |
| HSV(B) | 113.75º | 0.33% | 0.58% | - |
| XYZ | 18.39 | 24.71 | 15.6 | - |
| YUV | 128.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 99 | 0.29 | 0 | 0.33 | 0.42 | 113.75 | 0.2 | 0.48 |
| Hex | 68 | 93 | 63 | 1D | 0 | 21 | 2A | 72 | 14 | 30 |
| Octal | 150 | 223 | 143 | 35 | 0 | 41 | 52 | 162 | 24 | 60 |
| Binary | 1101000 | 10010011 | 1100011 | 11101 | 0 | 100001 | 101010 | 1110010 | 10100 | 110000 |
Color Harmonies of #689363
Complementary color
Monochromatic Colors of #689363
Black with #689363
Text Example
Text Example
White with #689363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689363; }
p { color: rgb(104,147,99); }
H1.HeaderClassName
{
color: #689363;
}
.AnyTagClassName
{
color: #689363;
}
</style>
background-color css
<style>
a { background-color: #689363; }
a { background-color: rgb(104,147,99); }
div.DivClassName
{
background-color: #689363;
}
.BgClassName
{
background-color: #689363;
}
</style>
border-color css
<style>
span { border-color: #689363; }
span { border-color: rgb(104,147,99); }
td.TdClassName
{
border-color: #689363;
}
.TagClassName
{
border-color: #689363;
}
</style>