Shades of Dingley #689342
Tints of Dingley #689342
RGB
CMYK
RGB Variations
Color information
#689342 (or 0x689342) is known color: Dingley. HEX triplet: 68, 93 and 42. RGB value is (104,147,66). Sum of RGB (Red+Green+Blue) = 104+147+66=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #689342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689342 is #976CBD. Grayscale: #7D7D7D. Windows color (decimal): -9923774 or 4363112. OLE color: 4363112.
HSL color Cylindrical-coordinate representation of color #689342: hue angle of 91.85º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #689342 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 66 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.42 |
| HSL | 91.85º | 0.38% | 0.42% | - |
| HSV(B) | 91.85º | 0.55% | 0.58% | - |
| XYZ | 17.13 | 24.2 | 8.92 | - |
| YUV | 124.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 66 | 0.29 | 0 | 0.55 | 0.42 | 91.85 | 0.38 | 0.42 |
| Hex | 68 | 93 | 42 | 1D | 0 | 37 | 2A | 5C | 26 | 2A |
| Octal | 150 | 223 | 102 | 35 | 0 | 67 | 52 | 134 | 46 | 52 |
| Binary | 1101000 | 10010011 | 1000010 | 11101 | 0 | 110111 | 101010 | 1011100 | 100110 | 101010 |
Color Harmonies of #689342
Complementary color
Monochromatic Colors of #689342
Black with #689342
Text Example
Text Example
White with #689342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689342; }
p { color: rgb(104,147,66); }
H1.HeaderClassName
{
color: #689342;
}
.AnyTagClassName
{
color: #689342;
}
</style>
background-color css
<style>
a { background-color: #689342; }
a { background-color: rgb(104,147,66); }
div.DivClassName
{
background-color: #689342;
}
.BgClassName
{
background-color: #689342;
}
</style>
border-color css
<style>
span { border-color: #689342; }
span { border-color: rgb(104,147,66); }
td.TdClassName
{
border-color: #689342;
}
.TagClassName
{
border-color: #689342;
}
</style>