Shades of Dingley #688644
Tints of Dingley #688644
RGB
CMYK
RGB Variations
Color information
#688644 (or 0x688644) is known color: Dingley. HEX triplet: 68, 86 and 44. RGB value is (104,134,68). Sum of RGB (Red+Green+Blue) = 104+134+68=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #688644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688644 is #9779BB. Grayscale: #757575. Windows color (decimal): -9927100 or 4490856. OLE color: 4490856.
HSL color Cylindrical-coordinate representation of color #688644: hue angle of 87.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688644 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 68 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.47 |
| HSL | 87.27º | 0.33% | 0.4% | - |
| HSV(B) | 87.27º | 0.49% | 0.53% | - |
| XYZ | 15.28 | 20.41 | 8.6 | - |
| YUV | 117.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 68 | 0.22 | 0 | 0.49 | 0.47 | 87.27 | 0.33 | 0.4 |
| Hex | 68 | 86 | 44 | 16 | 0 | 31 | 2F | 57 | 21 | 28 |
| Octal | 150 | 206 | 104 | 26 | 0 | 61 | 57 | 127 | 41 | 50 |
| Binary | 1101000 | 10000110 | 1000100 | 10110 | 0 | 110001 | 101111 | 1010111 | 100001 | 101000 |
Color Harmonies of #688644
Complementary color
Monochromatic Colors of #688644
Black with #688644
Text Example
Text Example
White with #688644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688644; }
p { color: rgb(104,134,68); }
H1.HeaderClassName
{
color: #688644;
}
.AnyTagClassName
{
color: #688644;
}
</style>
background-color css
<style>
a { background-color: #688644; }
a { background-color: rgb(104,134,68); }
div.DivClassName
{
background-color: #688644;
}
.BgClassName
{
background-color: #688644;
}
</style>
border-color css
<style>
span { border-color: #688644; }
span { border-color: rgb(104,134,68); }
td.TdClassName
{
border-color: #688644;
}
.TagClassName
{
border-color: #688644;
}
</style>