Shades of Dingley #698A41
Tints of Dingley #698A41
RGB
CMYK
RGB Variations
Color information
#698A41 (or 0x698A41) is known color: Dingley. HEX triplet: 69, 8A and 41. RGB value is (105,138,65). Sum of RGB (Red+Green+Blue) = 105+138+65=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #698A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A41 is #9675BE. Grayscale: #787878. Windows color (decimal): -9860543 or 4295273. OLE color: 4295273.
HSL color Cylindrical-coordinate representation of color #698A41: hue angle of 87.12º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698A41 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 65 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.46 |
| HSL | 87.12º | 0.36% | 0.4% | - |
| HSV(B) | 87.12º | 0.53% | 0.54% | - |
| XYZ | 15.87 | 21.56 | 8.33 | - |
| YUV | 119.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 65 | 0.24 | 0 | 0.53 | 0.46 | 87.12 | 0.36 | 0.4 |
| Hex | 69 | 8A | 41 | 18 | 0 | 35 | 2E | 57 | 24 | 28 |
| Octal | 151 | 212 | 101 | 30 | 0 | 65 | 56 | 127 | 44 | 50 |
| Binary | 1101001 | 10001010 | 1000001 | 11000 | 0 | 110101 | 101110 | 1010111 | 100100 | 101000 |
Color Harmonies of #698A41
Complementary color
Monochromatic Colors of #698A41
Black with #698A41
Text Example
Text Example
White with #698A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A41; }
p { color: rgb(105,138,65); }
H1.HeaderClassName
{
color: #698A41;
}
.AnyTagClassName
{
color: #698A41;
}
</style>
background-color css
<style>
a { background-color: #698A41; }
a { background-color: rgb(105,138,65); }
div.DivClassName
{
background-color: #698A41;
}
.BgClassName
{
background-color: #698A41;
}
</style>
border-color css
<style>
span { border-color: #698A41; }
span { border-color: rgb(105,138,65); }
td.TdClassName
{
border-color: #698A41;
}
.TagClassName
{
border-color: #698A41;
}
</style>