Shades of Dingley #688152
Tints of Dingley #688152
RGB
CMYK
RGB Variations
Color information
#688152 (or 0x688152) is known color: Dingley. HEX triplet: 68, 81 and 52. RGB value is (104,129,82). Sum of RGB (Red+Green+Blue) = 104+129+82=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #688152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688152 is #977EAD. Grayscale: #747474. Windows color (decimal): -9928366 or 5407080. OLE color: 5407080.
HSL color Cylindrical-coordinate representation of color #688152: hue angle of 91.91º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688152 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 82 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.49 |
| HSL | 91.91º | 0.22% | 0.41% | - |
| HSV(B) | 91.91º | 0.36% | 0.51% | - |
| XYZ | 15.08 | 19.25 | 10.9 | - |
| YUV | 116.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 82 | 0.19 | 0 | 0.36 | 0.49 | 91.91 | 0.22 | 0.41 |
| Hex | 68 | 81 | 52 | 13 | 0 | 24 | 31 | 5C | 16 | 29 |
| Octal | 150 | 201 | 122 | 23 | 0 | 44 | 61 | 134 | 26 | 51 |
| Binary | 1101000 | 10000001 | 1010010 | 10011 | 0 | 100100 | 110001 | 1011100 | 10110 | 101001 |
Color Harmonies of #688152
Complementary color
Monochromatic Colors of #688152
Black with #688152
Text Example
Text Example
White with #688152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688152; }
p { color: rgb(104,129,82); }
H1.HeaderClassName
{
color: #688152;
}
.AnyTagClassName
{
color: #688152;
}
</style>
background-color css
<style>
a { background-color: #688152; }
a { background-color: rgb(104,129,82); }
div.DivClassName
{
background-color: #688152;
}
.BgClassName
{
background-color: #688152;
}
</style>
border-color css
<style>
span { border-color: #688152; }
span { border-color: rgb(104,129,82); }
td.TdClassName
{
border-color: #688152;
}
.TagClassName
{
border-color: #688152;
}
</style>