Shades of Dingley #68804F
Tints of Dingley #68804F
RGB
CMYK
RGB Variations
Color information
#68804F (or 0x68804F) is known color: Dingley. HEX triplet: 68, 80 and 4F. RGB value is (104,128,79). Sum of RGB (Red+Green+Blue) = 104+128+79=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #68804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68804F is #977FB0. Grayscale: #737373. Windows color (decimal): -9928625 or 5210216. OLE color: 5210216.
HSL color Cylindrical-coordinate representation of color #68804F: hue angle of 89.39º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68804F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 79 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.50 |
| HSL | 89.39º | 0.24% | 0.41% | - |
| HSV(B) | 89.39º | 0.38% | 0.5% | - |
| XYZ | 14.84 | 18.95 | 10.27 | - |
| YUV | 115.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 79 | 0.19 | 0 | 0.38 | 0.50 | 89.39 | 0.24 | 0.41 |
| Hex | 68 | 80 | 4F | 13 | 0 | 26 | 32 | 59 | 18 | 29 |
| Octal | 150 | 200 | 117 | 23 | 0 | 46 | 62 | 131 | 30 | 51 |
| Binary | 1101000 | 10000000 | 1001111 | 10011 | 0 | 100110 | 110010 | 1011001 | 11000 | 101001 |
Color Harmonies of #68804F
Complementary color
Monochromatic Colors of #68804F
Black with #68804F
Text Example
Text Example
White with #68804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68804F; }
p { color: rgb(104,128,79); }
H1.HeaderClassName
{
color: #68804F;
}
.AnyTagClassName
{
color: #68804F;
}
</style>
background-color css
<style>
a { background-color: #68804F; }
a { background-color: rgb(104,128,79); }
div.DivClassName
{
background-color: #68804F;
}
.BgClassName
{
background-color: #68804F;
}
</style>
border-color css
<style>
span { border-color: #68804F; }
span { border-color: rgb(104,128,79); }
td.TdClassName
{
border-color: #68804F;
}
.TagClassName
{
border-color: #68804F;
}
</style>