Shades of Dingley #698A45
Tints of Dingley #698A45
RGB
CMYK
RGB Variations
Color information
#698A45 (or 0x698A45) is known color: Dingley. HEX triplet: 69, 8A and 45. RGB value is (105,138,69). Sum of RGB (Red+Green+Blue) = 105+138+69=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #698A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A45 is #9675BA. Grayscale: #787878. Windows color (decimal): -9860539 or 4557417. OLE color: 4557417.
HSL color Cylindrical-coordinate representation of color #698A45: hue angle of 88.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698A45 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 69 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.46 |
| HSL | 88.7º | 0.33% | 0.41% | - |
| HSV(B) | 88.7º | 0.5% | 0.54% | - |
| XYZ | 15.99 | 21.61 | 8.96 | - |
| YUV | 120.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 69 | 0.24 | 0 | 0.5 | 0.46 | 88.7 | 0.33 | 0.41 |
| Hex | 69 | 8A | 45 | 18 | 0 | 32 | 2E | 59 | 21 | 29 |
| Octal | 151 | 212 | 105 | 30 | 0 | 62 | 56 | 131 | 41 | 51 |
| Binary | 1101001 | 10001010 | 1000101 | 11000 | 0 | 110010 | 101110 | 1011001 | 100001 | 101001 |
Color Harmonies of #698A45
Complementary color
Monochromatic Colors of #698A45
Black with #698A45
Text Example
Text Example
White with #698A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A45; }
p { color: rgb(105,138,69); }
H1.HeaderClassName
{
color: #698A45;
}
.AnyTagClassName
{
color: #698A45;
}
</style>
background-color css
<style>
a { background-color: #698A45; }
a { background-color: rgb(105,138,69); }
div.DivClassName
{
background-color: #698A45;
}
.BgClassName
{
background-color: #698A45;
}
</style>
border-color css
<style>
span { border-color: #698A45; }
span { border-color: rgb(105,138,69); }
td.TdClassName
{
border-color: #698A45;
}
.TagClassName
{
border-color: #698A45;
}
</style>