Shades of Dingley #68893D
Tints of Dingley #68893D
RGB
CMYK
RGB Variations
Color information
#68893D (or 0x68893D) is known color: Dingley. HEX triplet: 68, 89 and 3D. RGB value is (104,137,61). Sum of RGB (Red+Green+Blue) = 104+137+61=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #68893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68893D is #9776C2. Grayscale: #767676. Windows color (decimal): -9926339 or 4032872. OLE color: 4032872.
HSL color Cylindrical-coordinate representation of color #68893D: hue angle of 86.05º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68893D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 61 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.46 |
| HSL | 86.05º | 0.38% | 0.39% | - |
| HSV(B) | 86.05º | 0.55% | 0.54% | - |
| XYZ | 15.5 | 21.17 | 7.68 | - |
| YUV | 118.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 61 | 0.24 | 0 | 0.55 | 0.46 | 86.05 | 0.38 | 0.39 |
| Hex | 68 | 89 | 3D | 18 | 0 | 37 | 2E | 56 | 26 | 27 |
| Octal | 150 | 211 | 75 | 30 | 0 | 67 | 56 | 126 | 46 | 47 |
| Binary | 1101000 | 10001001 | 111101 | 11000 | 0 | 110111 | 101110 | 1010110 | 100110 | 100111 |
Color Harmonies of #68893D
Complementary color
Monochromatic Colors of #68893D
Black with #68893D
Text Example
Text Example
White with #68893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68893D; }
p { color: rgb(104,137,61); }
H1.HeaderClassName
{
color: #68893D;
}
.AnyTagClassName
{
color: #68893D;
}
</style>
background-color css
<style>
a { background-color: #68893D; }
a { background-color: rgb(104,137,61); }
div.DivClassName
{
background-color: #68893D;
}
.BgClassName
{
background-color: #68893D;
}
</style>
border-color css
<style>
span { border-color: #68893D; }
span { border-color: rgb(104,137,61); }
td.TdClassName
{
border-color: #68893D;
}
.TagClassName
{
border-color: #68893D;
}
</style>