Shades of Dingley #698548
Tints of Dingley #698548
RGB
CMYK
RGB Variations
Color information
#698548 (or 0x698548) is known color: Dingley. HEX triplet: 69, 85 and 48. RGB value is (105,133,72). Sum of RGB (Red+Green+Blue) = 105+133+72=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #698548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698548 is #967AB7. Grayscale: #757575. Windows color (decimal): -9861816 or 4752745. OLE color: 4752745.
HSL color Cylindrical-coordinate representation of color #698548: hue angle of 87.54º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698548 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 72 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.48 |
| HSL | 87.54º | 0.3% | 0.4% | - |
| HSV(B) | 87.54º | 0.46% | 0.52% | - |
| XYZ | 15.38 | 20.25 | 9.23 | - |
| YUV | 117.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 72 | 0.21 | 0 | 0.46 | 0.48 | 87.54 | 0.3 | 0.4 |
| Hex | 69 | 85 | 48 | 15 | 0 | 2E | 30 | 58 | 1E | 28 |
| Octal | 151 | 205 | 110 | 25 | 0 | 56 | 60 | 130 | 36 | 50 |
| Binary | 1101001 | 10000101 | 1001000 | 10101 | 0 | 101110 | 110000 | 1011000 | 11110 | 101000 |
Color Harmonies of #698548
Complementary color
Monochromatic Colors of #698548
Black with #698548
Text Example
Text Example
White with #698548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698548; }
p { color: rgb(105,133,72); }
H1.HeaderClassName
{
color: #698548;
}
.AnyTagClassName
{
color: #698548;
}
</style>
background-color css
<style>
a { background-color: #698548; }
a { background-color: rgb(105,133,72); }
div.DivClassName
{
background-color: #698548;
}
.BgClassName
{
background-color: #698548;
}
</style>
border-color css
<style>
span { border-color: #698548; }
span { border-color: rgb(105,133,72); }
td.TdClassName
{
border-color: #698548;
}
.TagClassName
{
border-color: #698548;
}
</style>