Shades of Dingley #689745
Tints of Dingley #689745
RGB
CMYK
RGB Variations
Color information
#689745 (or 0x689745) is known color: Dingley. HEX triplet: 68, 97 and 45. RGB value is (104,151,69). Sum of RGB (Red+Green+Blue) = 104+151+69=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #689745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689745 is #9768BA. Grayscale: #7F7F7F. Windows color (decimal): -9922747 or 4560744. OLE color: 4560744.
HSL color Cylindrical-coordinate representation of color #689745: hue angle of 94.39º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #689745 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 69 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.41 |
| HSL | 94.39º | 0.37% | 0.43% | - |
| HSV(B) | 94.39º | 0.54% | 0.59% | - |
| XYZ | 17.85 | 25.51 | 9.61 | - |
| YUV | 127.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 69 | 0.31 | 0 | 0.54 | 0.41 | 94.39 | 0.37 | 0.43 |
| Hex | 68 | 97 | 45 | 1F | 0 | 36 | 29 | 5E | 25 | 2B |
| Octal | 150 | 227 | 105 | 37 | 0 | 66 | 51 | 136 | 45 | 53 |
| Binary | 1101000 | 10010111 | 1000101 | 11111 | 0 | 110110 | 101001 | 1011110 | 100101 | 101011 |
Color Harmonies of #689745
Complementary color
Monochromatic Colors of #689745
Black with #689745
Text Example
Text Example
White with #689745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689745; }
p { color: rgb(104,151,69); }
H1.HeaderClassName
{
color: #689745;
}
.AnyTagClassName
{
color: #689745;
}
</style>
background-color css
<style>
a { background-color: #689745; }
a { background-color: rgb(104,151,69); }
div.DivClassName
{
background-color: #689745;
}
.BgClassName
{
background-color: #689745;
}
</style>
border-color css
<style>
span { border-color: #689745; }
span { border-color: rgb(104,151,69); }
td.TdClassName
{
border-color: #689745;
}
.TagClassName
{
border-color: #689745;
}
</style>