Shades of Dingley #68874E
Tints of Dingley #68874E
RGB
CMYK
RGB Variations
Color information
#68874E (or 0x68874E) is known color: Dingley. HEX triplet: 68, 87 and 4E. RGB value is (104,135,78). Sum of RGB (Red+Green+Blue) = 104+135+78=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #68874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68874E is #9778B1. Grayscale: #777777. Windows color (decimal): -9926834 or 5146472. OLE color: 5146472.
HSL color Cylindrical-coordinate representation of color #68874E: hue angle of 92.63º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68874E is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 78 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.47 |
| HSL | 92.63º | 0.27% | 0.42% | - |
| HSV(B) | 92.63º | 0.42% | 0.53% | - |
| XYZ | 15.75 | 20.82 | 10.4 | - |
| YUV | 119.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 78 | 0.23 | 0 | 0.42 | 0.47 | 92.63 | 0.27 | 0.42 |
| Hex | 68 | 87 | 4E | 17 | 0 | 2A | 2F | 5D | 1B | 2A |
| Octal | 150 | 207 | 116 | 27 | 0 | 52 | 57 | 135 | 33 | 52 |
| Binary | 1101000 | 10000111 | 1001110 | 10111 | 0 | 101010 | 101111 | 1011101 | 11011 | 101010 |
Color Harmonies of #68874E
Complementary color
Monochromatic Colors of #68874E
Black with #68874E
Text Example
Text Example
White with #68874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68874E; }
p { color: rgb(104,135,78); }
H1.HeaderClassName
{
color: #68874E;
}
.AnyTagClassName
{
color: #68874E;
}
</style>
background-color css
<style>
a { background-color: #68874E; }
a { background-color: rgb(104,135,78); }
div.DivClassName
{
background-color: #68874E;
}
.BgClassName
{
background-color: #68874E;
}
</style>
border-color css
<style>
span { border-color: #68874E; }
span { border-color: rgb(104,135,78); }
td.TdClassName
{
border-color: #68874E;
}
.TagClassName
{
border-color: #68874E;
}
</style>