Shades of Dingley #689143
Tints of Dingley #689143
RGB
CMYK
RGB Variations
Color information
#689143 (or 0x689143) is known color: Dingley. HEX triplet: 68, 91 and 43. RGB value is (104,145,67). Sum of RGB (Red+Green+Blue) = 104+145+67=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #689143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689143 is #976EBC. Grayscale: #7C7C7C. Windows color (decimal): -9924285 or 4428136. OLE color: 4428136.
HSL color Cylindrical-coordinate representation of color #689143: hue angle of 91.54º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #689143 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 67 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.43 |
| HSL | 91.54º | 0.37% | 0.42% | - |
| HSV(B) | 91.54º | 0.54% | 0.57% | - |
| XYZ | 16.85 | 23.6 | 8.98 | - |
| YUV | 123.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 67 | 0.28 | 0 | 0.54 | 0.43 | 91.54 | 0.37 | 0.42 |
| Hex | 68 | 91 | 43 | 1C | 0 | 36 | 2B | 5C | 25 | 2A |
| Octal | 150 | 221 | 103 | 34 | 0 | 66 | 53 | 134 | 45 | 52 |
| Binary | 1101000 | 10010001 | 1000011 | 11100 | 0 | 110110 | 101011 | 1011100 | 100101 | 101010 |
Color Harmonies of #689143
Complementary color
Monochromatic Colors of #689143
Black with #689143
Text Example
Text Example
White with #689143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689143; }
p { color: rgb(104,145,67); }
H1.HeaderClassName
{
color: #689143;
}
.AnyTagClassName
{
color: #689143;
}
</style>
background-color css
<style>
a { background-color: #689143; }
a { background-color: rgb(104,145,67); }
div.DivClassName
{
background-color: #689143;
}
.BgClassName
{
background-color: #689143;
}
</style>
border-color css
<style>
span { border-color: #689143; }
span { border-color: rgb(104,145,67); }
td.TdClassName
{
border-color: #689143;
}
.TagClassName
{
border-color: #689143;
}
</style>