Shades of Dingley #688C40
Tints of Dingley #688C40
RGB
CMYK
RGB Variations
Color information
#688C40 (or 0x688C40) is known color: Dingley. HEX triplet: 68, 8C and 40. RGB value is (104,140,64). Sum of RGB (Red+Green+Blue) = 104+140+64=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #688C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C40 is #9773BF. Grayscale: #787878. Windows color (decimal): -9925568 or 4230248. OLE color: 4230248.
HSL color Cylindrical-coordinate representation of color #688C40: hue angle of 88.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #688C40 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 64 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.45 |
| HSL | 88.42º | 0.37% | 0.4% | - |
| HSV(B) | 88.42º | 0.54% | 0.55% | - |
| XYZ | 16.01 | 22.07 | 8.27 | - |
| YUV | 120.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 64 | 0.26 | 0 | 0.54 | 0.45 | 88.42 | 0.37 | 0.4 |
| Hex | 68 | 8C | 40 | 1A | 0 | 36 | 2D | 58 | 25 | 28 |
| Octal | 150 | 214 | 100 | 32 | 0 | 66 | 55 | 130 | 45 | 50 |
| Binary | 1101000 | 10001100 | 1000000 | 11010 | 0 | 110110 | 101101 | 1011000 | 100101 | 101000 |
Color Harmonies of #688C40
Complementary color
Monochromatic Colors of #688C40
Black with #688C40
Text Example
Text Example
White with #688C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C40; }
p { color: rgb(104,140,64); }
H1.HeaderClassName
{
color: #688C40;
}
.AnyTagClassName
{
color: #688C40;
}
</style>
background-color css
<style>
a { background-color: #688C40; }
a { background-color: rgb(104,140,64); }
div.DivClassName
{
background-color: #688C40;
}
.BgClassName
{
background-color: #688C40;
}
</style>
border-color css
<style>
span { border-color: #688C40; }
span { border-color: rgb(104,140,64); }
td.TdClassName
{
border-color: #688C40;
}
.TagClassName
{
border-color: #688C40;
}
</style>