Shades of Dingley #68794A
Tints of Dingley #68794A
RGB
CMYK
RGB Variations
Color information
#68794A (or 0x68794A) is known color: Dingley. HEX triplet: 68, 79 and 4A. RGB value is (104,121,74). Sum of RGB (Red+Green+Blue) = 104+121+74=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #68794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68794A is #9786B5. Grayscale: #6E6E6E. Windows color (decimal): -9930422 or 4880744. OLE color: 4880744.
HSL color Cylindrical-coordinate representation of color #68794A: hue angle of 81.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68794A is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 74 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.53 |
| HSL | 81.7º | 0.24% | 0.38% | - |
| HSV(B) | 81.7º | 0.39% | 0.47% | - |
| XYZ | 13.78 | 17.11 | 9.06 | - |
| YUV | 110.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 74 | 0.14 | 0 | 0.39 | 0.53 | 81.7 | 0.24 | 0.38 |
| Hex | 68 | 79 | 4A | E | 0 | 27 | 35 | 52 | 18 | 26 |
| Octal | 150 | 171 | 112 | 16 | 0 | 47 | 65 | 122 | 30 | 46 |
| Binary | 1101000 | 1111001 | 1001010 | 1110 | 0 | 100111 | 110101 | 1010010 | 11000 | 100110 |
Color Harmonies of #68794A
Complementary color
Monochromatic Colors of #68794A
Black with #68794A
Text Example
Text Example
White with #68794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68794A; }
p { color: rgb(104,121,74); }
H1.HeaderClassName
{
color: #68794A;
}
.AnyTagClassName
{
color: #68794A;
}
</style>
background-color css
<style>
a { background-color: #68794A; }
a { background-color: rgb(104,121,74); }
div.DivClassName
{
background-color: #68794A;
}
.BgClassName
{
background-color: #68794A;
}
</style>
border-color css
<style>
span { border-color: #68794A; }
span { border-color: rgb(104,121,74); }
td.TdClassName
{
border-color: #68794A;
}
.TagClassName
{
border-color: #68794A;
}
</style>