Shades of Dingley #688153
Tints of Dingley #688153
RGB
CMYK
RGB Variations
Color information
#688153 (or 0x688153) is known color: Dingley. HEX triplet: 68, 81 and 53. RGB value is (104,129,83). Sum of RGB (Red+Green+Blue) = 104+129+83=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #688153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688153 is #977EAC. Grayscale: #747474. Windows color (decimal): -9928365 or 5472616. OLE color: 5472616.
HSL color Cylindrical-coordinate representation of color #688153: hue angle of 92.61º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688153 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 83 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.49 |
| HSL | 92.61º | 0.22% | 0.42% | - |
| HSV(B) | 92.61º | 0.36% | 0.51% | - |
| XYZ | 15.12 | 19.27 | 11.11 | - |
| YUV | 116.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 83 | 0.19 | 0 | 0.36 | 0.49 | 92.61 | 0.22 | 0.42 |
| Hex | 68 | 81 | 53 | 13 | 0 | 24 | 31 | 5D | 16 | 2A |
| Octal | 150 | 201 | 123 | 23 | 0 | 44 | 61 | 135 | 26 | 52 |
| Binary | 1101000 | 10000001 | 1010011 | 10011 | 0 | 100100 | 110001 | 1011101 | 10110 | 101010 |
Color Harmonies of #688153
Complementary color
Monochromatic Colors of #688153
Black with #688153
Text Example
Text Example
White with #688153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688153; }
p { color: rgb(104,129,83); }
H1.HeaderClassName
{
color: #688153;
}
.AnyTagClassName
{
color: #688153;
}
</style>
background-color css
<style>
a { background-color: #688153; }
a { background-color: rgb(104,129,83); }
div.DivClassName
{
background-color: #688153;
}
.BgClassName
{
background-color: #688153;
}
</style>
border-color css
<style>
span { border-color: #688153; }
span { border-color: rgb(104,129,83); }
td.TdClassName
{
border-color: #688153;
}
.TagClassName
{
border-color: #688153;
}
</style>