Shades of Dingley #68834C
Tints of Dingley #68834C
RGB
CMYK
RGB Variations
Color information
#68834C (or 0x68834C) is known color: Dingley. HEX triplet: 68, 83 and 4C. RGB value is (104,131,76). Sum of RGB (Red+Green+Blue) = 104+131+76=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #68834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68834C is #977CB3. Grayscale: #747474. Windows color (decimal): -9927860 or 5014376. OLE color: 5014376.
HSL color Cylindrical-coordinate representation of color #68834C: hue angle of 89.45º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68834C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 76 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.49 |
| HSL | 89.45º | 0.27% | 0.41% | - |
| HSV(B) | 89.45º | 0.42% | 0.51% | - |
| XYZ | 15.13 | 19.7 | 9.84 | - |
| YUV | 116.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 76 | 0.21 | 0 | 0.42 | 0.49 | 89.45 | 0.27 | 0.41 |
| Hex | 68 | 83 | 4C | 15 | 0 | 2A | 31 | 59 | 1B | 29 |
| Octal | 150 | 203 | 114 | 25 | 0 | 52 | 61 | 131 | 33 | 51 |
| Binary | 1101000 | 10000011 | 1001100 | 10101 | 0 | 101010 | 110001 | 1011001 | 11011 | 101001 |
Color Harmonies of #68834C
Complementary color
Monochromatic Colors of #68834C
Black with #68834C
Text Example
Text Example
White with #68834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68834C; }
p { color: rgb(104,131,76); }
H1.HeaderClassName
{
color: #68834C;
}
.AnyTagClassName
{
color: #68834C;
}
</style>
background-color css
<style>
a { background-color: #68834C; }
a { background-color: rgb(104,131,76); }
div.DivClassName
{
background-color: #68834C;
}
.BgClassName
{
background-color: #68834C;
}
</style>
border-color css
<style>
span { border-color: #68834C; }
span { border-color: rgb(104,131,76); }
td.TdClassName
{
border-color: #68834C;
}
.TagClassName
{
border-color: #68834C;
}
</style>