Shades of Dingley #698744
Tints of Dingley #698744
RGB
CMYK
RGB Variations
Color information
#698744 (or 0x698744) is known color: Dingley. HEX triplet: 69, 87 and 44. RGB value is (105,135,68). Sum of RGB (Red+Green+Blue) = 105+135+68=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #698744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698744 is #9678BB. Grayscale: #767676. Windows color (decimal): -9861308 or 4491113. OLE color: 4491113.
HSL color Cylindrical-coordinate representation of color #698744: hue angle of 86.87º degrees, saturation: 0.33, 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 #698744 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 68 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.47 |
| HSL | 86.87º | 0.33% | 0.4% | - |
| HSV(B) | 86.87º | 0.5% | 0.53% | - |
| XYZ | 15.53 | 20.75 | 8.66 | - |
| YUV | 118.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 68 | 0.22 | 0 | 0.50 | 0.47 | 86.87 | 0.33 | 0.4 |
| Hex | 69 | 87 | 44 | 16 | 0 | 32 | 2F | 57 | 21 | 28 |
| Octal | 151 | 207 | 104 | 26 | 0 | 62 | 57 | 127 | 41 | 50 |
| Binary | 1101001 | 10000111 | 1000100 | 10110 | 0 | 110010 | 101111 | 1010111 | 100001 | 101000 |
Color Harmonies of #698744
Complementary color
Monochromatic Colors of #698744
Black with #698744
Text Example
Text Example
White with #698744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698744; }
p { color: rgb(105,135,68); }
H1.HeaderClassName
{
color: #698744;
}
.AnyTagClassName
{
color: #698744;
}
</style>
background-color css
<style>
a { background-color: #698744; }
a { background-color: rgb(105,135,68); }
div.DivClassName
{
background-color: #698744;
}
.BgClassName
{
background-color: #698744;
}
</style>
border-color css
<style>
span { border-color: #698744; }
span { border-color: rgb(105,135,68); }
td.TdClassName
{
border-color: #698744;
}
.TagClassName
{
border-color: #698744;
}
</style>