Shades of Dingley #68854D
Tints of Dingley #68854D
RGB
CMYK
RGB Variations
Color information
#68854D (or 0x68854D) is known color: Dingley. HEX triplet: 68, 85 and 4D. RGB value is (104,133,77). Sum of RGB (Red+Green+Blue) = 104+133+77=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #68854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68854D is #977AB2. Grayscale: #767676. Windows color (decimal): -9927347 or 5080424. OLE color: 5080424.
HSL color Cylindrical-coordinate representation of color #68854D: hue angle of 91.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68854D is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 77 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.48 |
| HSL | 91.07º | 0.27% | 0.41% | - |
| HSV(B) | 91.07º | 0.42% | 0.52% | - |
| XYZ | 15.44 | 20.25 | 10.12 | - |
| YUV | 117.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 77 | 0.22 | 0 | 0.42 | 0.48 | 91.07 | 0.27 | 0.41 |
| Hex | 68 | 85 | 4D | 16 | 0 | 2A | 30 | 5B | 1B | 29 |
| Octal | 150 | 205 | 115 | 26 | 0 | 52 | 60 | 133 | 33 | 51 |
| Binary | 1101000 | 10000101 | 1001101 | 10110 | 0 | 101010 | 110000 | 1011011 | 11011 | 101001 |
Color Harmonies of #68854D
Complementary color
Monochromatic Colors of #68854D
Black with #68854D
Text Example
Text Example
White with #68854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68854D; }
p { color: rgb(104,133,77); }
H1.HeaderClassName
{
color: #68854D;
}
.AnyTagClassName
{
color: #68854D;
}
</style>
background-color css
<style>
a { background-color: #68854D; }
a { background-color: rgb(104,133,77); }
div.DivClassName
{
background-color: #68854D;
}
.BgClassName
{
background-color: #68854D;
}
</style>
border-color css
<style>
span { border-color: #68854D; }
span { border-color: rgb(104,133,77); }
td.TdClassName
{
border-color: #68854D;
}
.TagClassName
{
border-color: #68854D;
}
</style>