Shades of Dingley #698743
Tints of Dingley #698743
RGB
CMYK
RGB Variations
Color information
#698743 (or 0x698743) is known color: Dingley. HEX triplet: 69, 87 and 43. RGB value is (105,135,67). Sum of RGB (Red+Green+Blue) = 105+135+67=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #698743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698743 is #9678BC. Grayscale: #767676. Windows color (decimal): -9861309 or 4425577. OLE color: 4425577.
HSL color Cylindrical-coordinate representation of color #698743: hue angle of 86.47º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698743 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 67 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.47 |
| HSL | 86.47º | 0.34% | 0.4% | - |
| HSV(B) | 86.47º | 0.5% | 0.53% | - |
| XYZ | 15.5 | 20.74 | 8.5 | - |
| YUV | 118.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 67 | 0.22 | 0 | 0.50 | 0.47 | 86.47 | 0.34 | 0.4 |
| Hex | 69 | 87 | 43 | 16 | 0 | 32 | 2F | 56 | 22 | 28 |
| Octal | 151 | 207 | 103 | 26 | 0 | 62 | 57 | 126 | 42 | 50 |
| Binary | 1101001 | 10000111 | 1000011 | 10110 | 0 | 110010 | 101111 | 1010110 | 100010 | 101000 |
Color Harmonies of #698743
Complementary color
Monochromatic Colors of #698743
Black with #698743
Text Example
Text Example
White with #698743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698743; }
p { color: rgb(105,135,67); }
H1.HeaderClassName
{
color: #698743;
}
.AnyTagClassName
{
color: #698743;
}
</style>
background-color css
<style>
a { background-color: #698743; }
a { background-color: rgb(105,135,67); }
div.DivClassName
{
background-color: #698743;
}
.BgClassName
{
background-color: #698743;
}
</style>
border-color css
<style>
span { border-color: #698743; }
span { border-color: rgb(105,135,67); }
td.TdClassName
{
border-color: #698743;
}
.TagClassName
{
border-color: #698743;
}
</style>