Shades of Dingley #688F44
Tints of Dingley #688F44
RGB
CMYK
RGB Variations
Color information
#688F44 (or 0x688F44) is known color: Dingley. HEX triplet: 68, 8F and 44. RGB value is (104,143,68). Sum of RGB (Red+Green+Blue) = 104+143+68=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #688F44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688F44 is #9770BB. Grayscale: #7B7B7B. Windows color (decimal): -9924796 or 4493160. OLE color: 4493160.
HSL color Cylindrical-coordinate representation of color #688F44: hue angle of 91.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688F44 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 68 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.44 |
| HSL | 91.2º | 0.36% | 0.41% | - |
| HSV(B) | 91.2º | 0.52% | 0.56% | - |
| XYZ | 16.57 | 23.01 | 9.04 | - |
| YUV | 122.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 68 | 0.27 | 0 | 0.52 | 0.44 | 91.2 | 0.36 | 0.41 |
| Hex | 68 | 8F | 44 | 1B | 0 | 34 | 2C | 5B | 24 | 29 |
| Octal | 150 | 217 | 104 | 33 | 0 | 64 | 54 | 133 | 44 | 51 |
| Binary | 1101000 | 10001111 | 1000100 | 11011 | 0 | 110100 | 101100 | 1011011 | 100100 | 101001 |
Color Harmonies of #688F44
Complementary color
Monochromatic Colors of #688F44
Black with #688F44
Text Example
Text Example
White with #688F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F44; }
p { color: rgb(104,143,68); }
H1.HeaderClassName
{
color: #688F44;
}
.AnyTagClassName
{
color: #688F44;
}
</style>
background-color css
<style>
a { background-color: #688F44; }
a { background-color: rgb(104,143,68); }
div.DivClassName
{
background-color: #688F44;
}
.BgClassName
{
background-color: #688F44;
}
</style>
border-color css
<style>
span { border-color: #688F44; }
span { border-color: rgb(104,143,68); }
td.TdClassName
{
border-color: #688F44;
}
.TagClassName
{
border-color: #688F44;
}
</style>