Shades of Dingley #688848
Tints of Dingley #688848
RGB
CMYK
RGB Variations
Color information
#688848 (or 0x688848) is known color: Dingley. HEX triplet: 68, 88 and 48. RGB value is (104,136,72). Sum of RGB (Red+Green+Blue) = 104+136+72=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #688848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688848 is #9777B7. Grayscale: #777777. Windows color (decimal): -9926584 or 4753512. OLE color: 4753512.
HSL color Cylindrical-coordinate representation of color #688848: hue angle of 90º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688848 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 72 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.47 |
| HSL | 90º | 0.31% | 0.41% | - |
| HSV(B) | 90º | 0.47% | 0.53% | - |
| XYZ | 15.68 | 21.02 | 9.36 | - |
| YUV | 119.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 72 | 0.24 | 0 | 0.47 | 0.47 | 90 | 0.31 | 0.41 |
| Hex | 68 | 88 | 48 | 18 | 0 | 2F | 2F | 5A | 1F | 29 |
| Octal | 150 | 210 | 110 | 30 | 0 | 57 | 57 | 132 | 37 | 51 |
| Binary | 1101000 | 10001000 | 1001000 | 11000 | 0 | 101111 | 101111 | 1011010 | 11111 | 101001 |
Color Harmonies of #688848
Complementary color
Monochromatic Colors of #688848
Black with #688848
Text Example
Text Example
White with #688848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688848; }
p { color: rgb(104,136,72); }
H1.HeaderClassName
{
color: #688848;
}
.AnyTagClassName
{
color: #688848;
}
</style>
background-color css
<style>
a { background-color: #688848; }
a { background-color: rgb(104,136,72); }
div.DivClassName
{
background-color: #688848;
}
.BgClassName
{
background-color: #688848;
}
</style>
border-color css
<style>
span { border-color: #688848; }
span { border-color: rgb(104,136,72); }
td.TdClassName
{
border-color: #688848;
}
.TagClassName
{
border-color: #688848;
}
</style>