Shades of Dingley #68893C
Tints of Dingley #68893C
RGB
CMYK
RGB Variations
Color information
#68893C (or 0x68893C) is known color: Dingley. HEX triplet: 68, 89 and 3C. RGB value is (104,137,60). Sum of RGB (Red+Green+Blue) = 104+137+60=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #68893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68893C is #9776C3. Grayscale: #767676. Windows color (decimal): -9926340 or 3967336. OLE color: 3967336.
HSL color Cylindrical-coordinate representation of color #68893C: hue angle of 85.71º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68893C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 60 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.46 |
| HSL | 85.71º | 0.39% | 0.39% | - |
| HSV(B) | 85.71º | 0.56% | 0.54% | - |
| XYZ | 15.47 | 21.16 | 7.54 | - |
| YUV | 118.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 60 | 0.24 | 0 | 0.56 | 0.46 | 85.71 | 0.39 | 0.39 |
| Hex | 68 | 89 | 3C | 18 | 0 | 38 | 2E | 56 | 27 | 27 |
| Octal | 150 | 211 | 74 | 30 | 0 | 70 | 56 | 126 | 47 | 47 |
| Binary | 1101000 | 10001001 | 111100 | 11000 | 0 | 111000 | 101110 | 1010110 | 100111 | 100111 |
Color Harmonies of #68893C
Complementary color
Monochromatic Colors of #68893C
Black with #68893C
Text Example
Text Example
White with #68893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68893C; }
p { color: rgb(104,137,60); }
H1.HeaderClassName
{
color: #68893C;
}
.AnyTagClassName
{
color: #68893C;
}
</style>
background-color css
<style>
a { background-color: #68893C; }
a { background-color: rgb(104,137,60); }
div.DivClassName
{
background-color: #68893C;
}
.BgClassName
{
background-color: #68893C;
}
</style>
border-color css
<style>
span { border-color: #68893C; }
span { border-color: rgb(104,137,60); }
td.TdClassName
{
border-color: #68893C;
}
.TagClassName
{
border-color: #68893C;
}
</style>