Shades of Dingley #68883B
Tints of Dingley #68883B
RGB
CMYK
RGB Variations
Color information
#68883B (or 0x68883B) is known color: Dingley. HEX triplet: 68, 88 and 3B. RGB value is (104,136,59). Sum of RGB (Red+Green+Blue) = 104+136+59=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #68883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68883B is #9777C4. Grayscale: #757575. Windows color (decimal): -9926597 or 3901544. OLE color: 3901544.
HSL color Cylindrical-coordinate representation of color #68883B: hue angle of 84.94º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68883B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 59 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.47 |
| HSL | 84.94º | 0.39% | 0.38% | - |
| HSV(B) | 84.94º | 0.57% | 0.53% | - |
| XYZ | 15.3 | 20.87 | 7.36 | - |
| YUV | 117.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 59 | 0.24 | 0 | 0.57 | 0.47 | 84.94 | 0.39 | 0.38 |
| Hex | 68 | 88 | 3B | 18 | 0 | 39 | 2F | 55 | 27 | 26 |
| Octal | 150 | 210 | 73 | 30 | 0 | 71 | 57 | 125 | 47 | 46 |
| Binary | 1101000 | 10001000 | 111011 | 11000 | 0 | 111001 | 101111 | 1010101 | 100111 | 100110 |
Color Harmonies of #68883B
Complementary color
Monochromatic Colors of #68883B
Black with #68883B
Text Example
Text Example
White with #68883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68883B; }
p { color: rgb(104,136,59); }
H1.HeaderClassName
{
color: #68883B;
}
.AnyTagClassName
{
color: #68883B;
}
</style>
background-color css
<style>
a { background-color: #68883B; }
a { background-color: rgb(104,136,59); }
div.DivClassName
{
background-color: #68883B;
}
.BgClassName
{
background-color: #68883B;
}
</style>
border-color css
<style>
span { border-color: #68883B; }
span { border-color: rgb(104,136,59); }
td.TdClassName
{
border-color: #68883B;
}
.TagClassName
{
border-color: #68883B;
}
</style>