Shades of Dingley #689147
Tints of Dingley #689147
RGB
CMYK
RGB Variations
Color information
#689147 (or 0x689147) is known color: Dingley. HEX triplet: 68, 91 and 47. RGB value is (104,145,71). Sum of RGB (Red+Green+Blue) = 104+145+71=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #689147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689147 is #976EB8. Grayscale: #7C7C7C. Windows color (decimal): -9924281 or 4690280. OLE color: 4690280.
HSL color Cylindrical-coordinate representation of color #689147: hue angle of 93.24º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #689147 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 71 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.43 |
| HSL | 93.24º | 0.34% | 0.42% | - |
| HSV(B) | 93.24º | 0.51% | 0.57% | - |
| XYZ | 16.97 | 23.65 | 9.63 | - |
| YUV | 124.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 71 | 0.28 | 0 | 0.51 | 0.43 | 93.24 | 0.34 | 0.42 |
| Hex | 68 | 91 | 47 | 1C | 0 | 33 | 2B | 5D | 22 | 2A |
| Octal | 150 | 221 | 107 | 34 | 0 | 63 | 53 | 135 | 42 | 52 |
| Binary | 1101000 | 10010001 | 1000111 | 11100 | 0 | 110011 | 101011 | 1011101 | 100010 | 101010 |
Color Harmonies of #689147
Complementary color
Monochromatic Colors of #689147
Black with #689147
Text Example
Text Example
White with #689147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689147; }
p { color: rgb(104,145,71); }
H1.HeaderClassName
{
color: #689147;
}
.AnyTagClassName
{
color: #689147;
}
</style>
background-color css
<style>
a { background-color: #689147; }
a { background-color: rgb(104,145,71); }
div.DivClassName
{
background-color: #689147;
}
.BgClassName
{
background-color: #689147;
}
</style>
border-color css
<style>
span { border-color: #689147; }
span { border-color: rgb(104,145,71); }
td.TdClassName
{
border-color: #689147;
}
.TagClassName
{
border-color: #689147;
}
</style>