Shades of Dingley #698142
Tints of Dingley #698142
RGB
CMYK
RGB Variations
Color information
#698142 (or 0x698142) is known color: Dingley. HEX triplet: 69, 81 and 42. RGB value is (105,129,66). Sum of RGB (Red+Green+Blue) = 105+129+66=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #698142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698142 is #967EBD. Grayscale: #727272. Windows color (decimal): -9862846 or 4358505. OLE color: 4358505.
HSL color Cylindrical-coordinate representation of color #698142: hue angle of 82.86º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698142 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 66 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.49 |
| HSL | 82.86º | 0.32% | 0.38% | - |
| HSV(B) | 82.86º | 0.49% | 0.51% | - |
| XYZ | 14.66 | 19.1 | 8.07 | - |
| YUV | 114.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 66 | 0.19 | 0 | 0.49 | 0.49 | 82.86 | 0.32 | 0.38 |
| Hex | 69 | 81 | 42 | 13 | 0 | 31 | 31 | 53 | 20 | 26 |
| Octal | 151 | 201 | 102 | 23 | 0 | 61 | 61 | 123 | 40 | 46 |
| Binary | 1101001 | 10000001 | 1000010 | 10011 | 0 | 110001 | 110001 | 1010011 | 100000 | 100110 |
Color Harmonies of #698142
Complementary color
Monochromatic Colors of #698142
Black with #698142
Text Example
Text Example
White with #698142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698142; }
p { color: rgb(105,129,66); }
H1.HeaderClassName
{
color: #698142;
}
.AnyTagClassName
{
color: #698142;
}
</style>
background-color css
<style>
a { background-color: #698142; }
a { background-color: rgb(105,129,66); }
div.DivClassName
{
background-color: #698142;
}
.BgClassName
{
background-color: #698142;
}
</style>
border-color css
<style>
span { border-color: #698142; }
span { border-color: rgb(105,129,66); }
td.TdClassName
{
border-color: #698142;
}
.TagClassName
{
border-color: #698142;
}
</style>