Shades of Dingley #68874C
Tints of Dingley #68874C
RGB
CMYK
RGB Variations
Color information
#68874C (or 0x68874C) is known color: Dingley. HEX triplet: 68, 87 and 4C. RGB value is (104,135,76). Sum of RGB (Red+Green+Blue) = 104+135+76=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #68874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68874C is #9778B3. Grayscale: #777777. Windows color (decimal): -9926836 or 5015400. OLE color: 5015400.
HSL color Cylindrical-coordinate representation of color #68874C: hue angle of 91.53º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68874C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 76 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.47 |
| HSL | 91.53º | 0.28% | 0.41% | - |
| HSV(B) | 91.53º | 0.44% | 0.53% | - |
| XYZ | 15.68 | 20.79 | 10.02 | - |
| YUV | 119.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 76 | 0.23 | 0 | 0.44 | 0.47 | 91.53 | 0.28 | 0.41 |
| Hex | 68 | 87 | 4C | 17 | 0 | 2C | 2F | 5C | 1C | 29 |
| Octal | 150 | 207 | 114 | 27 | 0 | 54 | 57 | 134 | 34 | 51 |
| Binary | 1101000 | 10000111 | 1001100 | 10111 | 0 | 101100 | 101111 | 1011100 | 11100 | 101001 |
Color Harmonies of #68874C
Complementary color
Monochromatic Colors of #68874C
Black with #68874C
Text Example
Text Example
White with #68874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68874C; }
p { color: rgb(104,135,76); }
H1.HeaderClassName
{
color: #68874C;
}
.AnyTagClassName
{
color: #68874C;
}
</style>
background-color css
<style>
a { background-color: #68874C; }
a { background-color: rgb(104,135,76); }
div.DivClassName
{
background-color: #68874C;
}
.BgClassName
{
background-color: #68874C;
}
</style>
border-color css
<style>
span { border-color: #68874C; }
span { border-color: rgb(104,135,76); }
td.TdClassName
{
border-color: #68874C;
}
.TagClassName
{
border-color: #68874C;
}
</style>