Shades of Dingley #688C45
Tints of Dingley #688C45
RGB
CMYK
RGB Variations
Color information
#688C45 (or 0x688C45) is known color: Dingley. HEX triplet: 68, 8C and 45. RGB value is (104,140,69). Sum of RGB (Red+Green+Blue) = 104+140+69=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #688C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C45 is #9773BA. Grayscale: #797979. Windows color (decimal): -9925563 or 4557928. OLE color: 4557928.
HSL color Cylindrical-coordinate representation of color #688C45: hue angle of 90.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #688C45 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 69 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.45 |
| HSL | 90.42º | 0.34% | 0.41% | - |
| HSV(B) | 90.42º | 0.51% | 0.55% | - |
| XYZ | 16.16 | 22.13 | 9.05 | - |
| YUV | 121.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 69 | 0.26 | 0 | 0.51 | 0.45 | 90.42 | 0.34 | 0.41 |
| Hex | 68 | 8C | 45 | 1A | 0 | 33 | 2D | 5A | 22 | 29 |
| Octal | 150 | 214 | 105 | 32 | 0 | 63 | 55 | 132 | 42 | 51 |
| Binary | 1101000 | 10001100 | 1000101 | 11010 | 0 | 110011 | 101101 | 1011010 | 100010 | 101001 |
Color Harmonies of #688C45
Complementary color
Monochromatic Colors of #688C45
Black with #688C45
Text Example
Text Example
White with #688C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C45; }
p { color: rgb(104,140,69); }
H1.HeaderClassName
{
color: #688C45;
}
.AnyTagClassName
{
color: #688C45;
}
</style>
background-color css
<style>
a { background-color: #688C45; }
a { background-color: rgb(104,140,69); }
div.DivClassName
{
background-color: #688C45;
}
.BgClassName
{
background-color: #688C45;
}
</style>
border-color css
<style>
span { border-color: #688C45; }
span { border-color: rgb(104,140,69); }
td.TdClassName
{
border-color: #688C45;
}
.TagClassName
{
border-color: #688C45;
}
</style>