Shades of Dingley #688748
Tints of Dingley #688748
RGB
CMYK
RGB Variations
Color information
#688748 (or 0x688748) is known color: Dingley. HEX triplet: 68, 87 and 48. RGB value is (104,135,72). Sum of RGB (Red+Green+Blue) = 104+135+72=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #688748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688748 is #9778B7. Grayscale: #767676. Windows color (decimal): -9926840 or 4753256. OLE color: 4753256.
HSL color Cylindrical-coordinate representation of color #688748: hue angle of 89.52º degrees, saturation: 0.3, 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 #688748 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 72 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.47 |
| HSL | 89.52º | 0.3% | 0.41% | - |
| HSV(B) | 89.52º | 0.47% | 0.53% | - |
| XYZ | 15.54 | 20.74 | 9.31 | - |
| YUV | 118.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 72 | 0.23 | 0 | 0.47 | 0.47 | 89.52 | 0.3 | 0.41 |
| Hex | 68 | 87 | 48 | 17 | 0 | 2F | 2F | 5A | 1E | 29 |
| Octal | 150 | 207 | 110 | 27 | 0 | 57 | 57 | 132 | 36 | 51 |
| Binary | 1101000 | 10000111 | 1001000 | 10111 | 0 | 101111 | 101111 | 1011010 | 11110 | 101001 |
Color Harmonies of #688748
Complementary color
Monochromatic Colors of #688748
Black with #688748
Text Example
Text Example
White with #688748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688748; }
p { color: rgb(104,135,72); }
H1.HeaderClassName
{
color: #688748;
}
.AnyTagClassName
{
color: #688748;
}
</style>
background-color css
<style>
a { background-color: #688748; }
a { background-color: rgb(104,135,72); }
div.DivClassName
{
background-color: #688748;
}
.BgClassName
{
background-color: #688748;
}
</style>
border-color css
<style>
span { border-color: #688748; }
span { border-color: rgb(104,135,72); }
td.TdClassName
{
border-color: #688748;
}
.TagClassName
{
border-color: #688748;
}
</style>