Shades of Dingley #688245
Tints of Dingley #688245
RGB
CMYK
RGB Variations
Color information
#688245 (or 0x688245) is known color: Dingley. HEX triplet: 68, 82 and 45. RGB value is (104,130,69). Sum of RGB (Red+Green+Blue) = 104+130+69=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #688245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688245 is #977DBA. Grayscale: #737373. Windows color (decimal): -9928123 or 4555368. OLE color: 4555368.
HSL color Cylindrical-coordinate representation of color #688245: hue angle of 85.57º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688245 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 69 | - |
| CMYK | 0.2 | 0 | 0.47 | 0.49 |
| HSL | 85.57º | 0.31% | 0.39% | - |
| HSV(B) | 85.57º | 0.47% | 0.51% | - |
| XYZ | 14.77 | 19.34 | 8.58 | - |
| YUV | 115.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 69 | 0.2 | 0 | 0.47 | 0.49 | 85.57 | 0.31 | 0.39 |
| Hex | 68 | 82 | 45 | 14 | 0 | 2F | 31 | 56 | 1F | 27 |
| Octal | 150 | 202 | 105 | 24 | 0 | 57 | 61 | 126 | 37 | 47 |
| Binary | 1101000 | 10000010 | 1000101 | 10100 | 0 | 101111 | 110001 | 1010110 | 11111 | 100111 |
Color Harmonies of #688245
Complementary color
Monochromatic Colors of #688245
Black with #688245
Text Example
Text Example
White with #688245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688245; }
p { color: rgb(104,130,69); }
H1.HeaderClassName
{
color: #688245;
}
.AnyTagClassName
{
color: #688245;
}
</style>
background-color css
<style>
a { background-color: #688245; }
a { background-color: rgb(104,130,69); }
div.DivClassName
{
background-color: #688245;
}
.BgClassName
{
background-color: #688245;
}
</style>
border-color css
<style>
span { border-color: #688245; }
span { border-color: rgb(104,130,69); }
td.TdClassName
{
border-color: #688245;
}
.TagClassName
{
border-color: #688245;
}
</style>