Shades of Dingley #698739
Tints of Dingley #698739
RGB
CMYK
RGB Variations
Color information
#698739 (or 0x698739) is known color: Dingley. HEX triplet: 69, 87 and 39. RGB value is (105,135,57). Sum of RGB (Red+Green+Blue) = 105+135+57=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #698739 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698739 is #9678C6. Grayscale: #757575. Windows color (decimal): -9861319 or 3770217. OLE color: 3770217.
HSL color Cylindrical-coordinate representation of color #698739: hue angle of 83.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698739 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 57 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.47 |
| HSL | 83.08º | 0.41% | 0.38% | - |
| HSV(B) | 83.08º | 0.58% | 0.53% | - |
| XYZ | 15.23 | 20.63 | 7.05 | - |
| YUV | 117.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 57 | 0.22 | 0 | 0.58 | 0.47 | 83.08 | 0.41 | 0.38 |
| Hex | 69 | 87 | 39 | 16 | 0 | 3A | 2F | 53 | 29 | 26 |
| Octal | 151 | 207 | 71 | 26 | 0 | 72 | 57 | 123 | 51 | 46 |
| Binary | 1101001 | 10000111 | 111001 | 10110 | 0 | 111010 | 101111 | 1010011 | 101001 | 100110 |
Color Harmonies of #698739
Complementary color
Monochromatic Colors of #698739
Black with #698739
Text Example
Text Example
White with #698739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698739; }
p { color: rgb(105,135,57); }
H1.HeaderClassName
{
color: #698739;
}
.AnyTagClassName
{
color: #698739;
}
</style>
background-color css
<style>
a { background-color: #698739; }
a { background-color: rgb(105,135,57); }
div.DivClassName
{
background-color: #698739;
}
.BgClassName
{
background-color: #698739;
}
</style>
border-color css
<style>
span { border-color: #698739; }
span { border-color: rgb(105,135,57); }
td.TdClassName
{
border-color: #698739;
}
.TagClassName
{
border-color: #698739;
}
</style>