Shades of Dingley #68764C
Tints of Dingley #68764C
RGB
CMYK
RGB Variations
Color information
#68764C (or 0x68764C) is known color: Dingley. HEX triplet: 68, 76 and 4C. RGB value is (104,118,76). Sum of RGB (Red+Green+Blue) = 104+118+76=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #68764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68764C is #9789B3. Grayscale: #6D6D6D. Windows color (decimal): -9931188 or 5011048. OLE color: 5011048.
HSL color Cylindrical-coordinate representation of color #68764C: hue angle of 80º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68764C is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 76 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.54 |
| HSL | 80º | 0.22% | 0.38% | - |
| HSV(B) | 80º | 0.36% | 0.46% | - |
| XYZ | 13.49 | 16.42 | 9.3 | - |
| YUV | 109.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 76 | 0.12 | 0 | 0.36 | 0.54 | 80 | 0.22 | 0.38 |
| Hex | 68 | 76 | 4C | C | 0 | 24 | 36 | 50 | 16 | 26 |
| Octal | 150 | 166 | 114 | 14 | 0 | 44 | 66 | 120 | 26 | 46 |
| Binary | 1101000 | 1110110 | 1001100 | 1100 | 0 | 100100 | 110110 | 1010000 | 10110 | 100110 |
Color Harmonies of #68764C
Complementary color
Monochromatic Colors of #68764C
Black with #68764C
Text Example
Text Example
White with #68764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68764C; }
p { color: rgb(104,118,76); }
H1.HeaderClassName
{
color: #68764C;
}
.AnyTagClassName
{
color: #68764C;
}
</style>
background-color css
<style>
a { background-color: #68764C; }
a { background-color: rgb(104,118,76); }
div.DivClassName
{
background-color: #68764C;
}
.BgClassName
{
background-color: #68764C;
}
</style>
border-color css
<style>
span { border-color: #68764C; }
span { border-color: rgb(104,118,76); }
td.TdClassName
{
border-color: #68764C;
}
.TagClassName
{
border-color: #68764C;
}
</style>