Shades of Dingley #689041
Tints of Dingley #689041
RGB
CMYK
RGB Variations
Color information
#689041 (or 0x689041) is known color: Dingley. HEX triplet: 68, 90 and 41. RGB value is (104,144,65). Sum of RGB (Red+Green+Blue) = 104+144+65=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #689041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689041 is #976FBE. Grayscale: #7B7B7B. Windows color (decimal): -9924543 or 4296808. OLE color: 4296808.
HSL color Cylindrical-coordinate representation of color #689041: hue angle of 90.38º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #689041 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 65 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.44 |
| HSL | 90.38º | 0.38% | 0.41% | - |
| HSV(B) | 90.38º | 0.55% | 0.56% | - |
| XYZ | 16.64 | 23.27 | 8.62 | - |
| YUV | 123.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 65 | 0.28 | 0 | 0.55 | 0.44 | 90.38 | 0.38 | 0.41 |
| Hex | 68 | 90 | 41 | 1C | 0 | 37 | 2C | 5A | 26 | 29 |
| Octal | 150 | 220 | 101 | 34 | 0 | 67 | 54 | 132 | 46 | 51 |
| Binary | 1101000 | 10010000 | 1000001 | 11100 | 0 | 110111 | 101100 | 1011010 | 100110 | 101001 |
Color Harmonies of #689041
Complementary color
Monochromatic Colors of #689041
Black with #689041
Text Example
Text Example
White with #689041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689041; }
p { color: rgb(104,144,65); }
H1.HeaderClassName
{
color: #689041;
}
.AnyTagClassName
{
color: #689041;
}
</style>
background-color css
<style>
a { background-color: #689041; }
a { background-color: rgb(104,144,65); }
div.DivClassName
{
background-color: #689041;
}
.BgClassName
{
background-color: #689041;
}
</style>
border-color css
<style>
span { border-color: #689041; }
span { border-color: rgb(104,144,65); }
td.TdClassName
{
border-color: #689041;
}
.TagClassName
{
border-color: #689041;
}
</style>