Shades of Dingley #698945
Tints of Dingley #698945
RGB
CMYK
RGB Variations
Color information
#698945 (or 0x698945) is known color: Dingley. HEX triplet: 69, 89 and 45. RGB value is (105,137,69). Sum of RGB (Red+Green+Blue) = 105+137+69=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #698945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698945 is #9676BA. Grayscale: #777777. Windows color (decimal): -9860795 or 4557161. OLE color: 4557161.
HSL color Cylindrical-coordinate representation of color #698945: hue angle of 88.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698945 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 69 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.46 |
| HSL | 88.24º | 0.33% | 0.4% | - |
| HSV(B) | 88.24º | 0.5% | 0.54% | - |
| XYZ | 15.85 | 21.32 | 8.91 | - |
| YUV | 119.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 69 | 0.23 | 0 | 0.50 | 0.46 | 88.24 | 0.33 | 0.4 |
| Hex | 69 | 89 | 45 | 17 | 0 | 32 | 2E | 58 | 21 | 28 |
| Octal | 151 | 211 | 105 | 27 | 0 | 62 | 56 | 130 | 41 | 50 |
| Binary | 1101001 | 10001001 | 1000101 | 10111 | 0 | 110010 | 101110 | 1011000 | 100001 | 101000 |
Color Harmonies of #698945
Complementary color
Monochromatic Colors of #698945
Black with #698945
Text Example
Text Example
White with #698945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698945; }
p { color: rgb(105,137,69); }
H1.HeaderClassName
{
color: #698945;
}
.AnyTagClassName
{
color: #698945;
}
</style>
background-color css
<style>
a { background-color: #698945; }
a { background-color: rgb(105,137,69); }
div.DivClassName
{
background-color: #698945;
}
.BgClassName
{
background-color: #698945;
}
</style>
border-color css
<style>
span { border-color: #698945; }
span { border-color: rgb(105,137,69); }
td.TdClassName
{
border-color: #698945;
}
.TagClassName
{
border-color: #698945;
}
</style>