Shades of Hippie Green #689263
Tints of Hippie Green #689263
RGB
CMYK
RGB Variations
Color information
#689263 (or 0x689263) is known color: Hippie Green. HEX triplet: 68, 92 and 63. RGB value is (104,146,99). Sum of RGB (Red+Green+Blue) = 104+146+99=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #689263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689263 is #976D9C. Grayscale: #808080. Windows color (decimal): -9923997 or 6525544. OLE color: 6525544.
HSL color Cylindrical-coordinate representation of color #689263: hue angle of 113.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689263 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 99 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.43 |
| HSL | 113.62º | 0.19% | 0.48% | - |
| HSV(B) | 113.62º | 0.32% | 0.57% | - |
| XYZ | 18.24 | 24.4 | 15.55 | - |
| YUV | 128.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 99 | 0.29 | 0 | 0.32 | 0.43 | 113.62 | 0.19 | 0.48 |
| Hex | 68 | 92 | 63 | 1D | 0 | 20 | 2B | 72 | 13 | 30 |
| Octal | 150 | 222 | 143 | 35 | 0 | 40 | 53 | 162 | 23 | 60 |
| Binary | 1101000 | 10010010 | 1100011 | 11101 | 0 | 100000 | 101011 | 1110010 | 10011 | 110000 |
Color Harmonies of #689263
Complementary color
Monochromatic Colors of #689263
Black with #689263
Text Example
Text Example
White with #689263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689263; }
p { color: rgb(104,146,99); }
H1.HeaderClassName
{
color: #689263;
}
.AnyTagClassName
{
color: #689263;
}
</style>
background-color css
<style>
a { background-color: #689263; }
a { background-color: rgb(104,146,99); }
div.DivClassName
{
background-color: #689263;
}
.BgClassName
{
background-color: #689263;
}
</style>
border-color css
<style>
span { border-color: #689263; }
span { border-color: rgb(104,146,99); }
td.TdClassName
{
border-color: #689263;
}
.TagClassName
{
border-color: #689263;
}
</style>