Shades of Dingley #689042
Tints of Dingley #689042
RGB
CMYK
RGB Variations
Color information
#689042 (or 0x689042) is known color: Dingley. HEX triplet: 68, 90 and 42. RGB value is (104,144,66). Sum of RGB (Red+Green+Blue) = 104+144+66=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #689042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689042 is #976FBD. Grayscale: #7B7B7B. Windows color (decimal): -9924542 or 4362344. OLE color: 4362344.
HSL color Cylindrical-coordinate representation of color #689042: hue angle of 90.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #689042 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 66 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.44 |
| HSL | 90.77º | 0.37% | 0.41% | - |
| HSV(B) | 90.77º | 0.54% | 0.56% | - |
| XYZ | 16.67 | 23.28 | 8.77 | - |
| YUV | 123.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 66 | 0.28 | 0 | 0.54 | 0.44 | 90.77 | 0.37 | 0.41 |
| Hex | 68 | 90 | 42 | 1C | 0 | 36 | 2C | 5B | 25 | 29 |
| Octal | 150 | 220 | 102 | 34 | 0 | 66 | 54 | 133 | 45 | 51 |
| Binary | 1101000 | 10010000 | 1000010 | 11100 | 0 | 110110 | 101100 | 1011011 | 100101 | 101001 |
Color Harmonies of #689042
Complementary color
Monochromatic Colors of #689042
Black with #689042
Text Example
Text Example
White with #689042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689042; }
p { color: rgb(104,144,66); }
H1.HeaderClassName
{
color: #689042;
}
.AnyTagClassName
{
color: #689042;
}
</style>
background-color css
<style>
a { background-color: #689042; }
a { background-color: rgb(104,144,66); }
div.DivClassName
{
background-color: #689042;
}
.BgClassName
{
background-color: #689042;
}
</style>
border-color css
<style>
span { border-color: #689042; }
span { border-color: rgb(104,144,66); }
td.TdClassName
{
border-color: #689042;
}
.TagClassName
{
border-color: #689042;
}
</style>