Shades of Dingley #688242
Tints of Dingley #688242
RGB
CMYK
RGB Variations
Color information
#688242 (or 0x688242) is known color: Dingley. HEX triplet: 68, 82 and 42. RGB value is (104,130,66). Sum of RGB (Red+Green+Blue) = 104+130+66=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #688242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688242 is #977DBD. Grayscale: #737373. Windows color (decimal): -9928126 or 4358760. OLE color: 4358760.
HSL color Cylindrical-coordinate representation of color #688242: hue angle of 84.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688242 is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 66 | - |
| CMYK | 0.2 | 0 | 0.49 | 0.49 |
| HSL | 84.38º | 0.33% | 0.38% | - |
| HSV(B) | 84.38º | 0.49% | 0.51% | - |
| XYZ | 14.67 | 19.3 | 8.11 | - |
| YUV | 114.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 66 | 0.2 | 0 | 0.49 | 0.49 | 84.38 | 0.33 | 0.38 |
| Hex | 68 | 82 | 42 | 14 | 0 | 31 | 31 | 54 | 21 | 26 |
| Octal | 150 | 202 | 102 | 24 | 0 | 61 | 61 | 124 | 41 | 46 |
| Binary | 1101000 | 10000010 | 1000010 | 10100 | 0 | 110001 | 110001 | 1010100 | 100001 | 100110 |
Color Harmonies of #688242
Complementary color
Monochromatic Colors of #688242
Black with #688242
Text Example
Text Example
White with #688242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688242; }
p { color: rgb(104,130,66); }
H1.HeaderClassName
{
color: #688242;
}
.AnyTagClassName
{
color: #688242;
}
</style>
background-color css
<style>
a { background-color: #688242; }
a { background-color: rgb(104,130,66); }
div.DivClassName
{
background-color: #688242;
}
.BgClassName
{
background-color: #688242;
}
</style>
border-color css
<style>
span { border-color: #688242; }
span { border-color: rgb(104,130,66); }
td.TdClassName
{
border-color: #688242;
}
.TagClassName
{
border-color: #688242;
}
</style>