Shades of Dingley #68833D
Tints of Dingley #68833D
RGB
CMYK
RGB Variations
Color information
#68833D (or 0x68833D) is known color: Dingley. HEX triplet: 68, 83 and 3D. RGB value is (104,131,61). Sum of RGB (Red+Green+Blue) = 104+131+61=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #68833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68833D is #977CC2. Grayscale: #737373. Windows color (decimal): -9927875 or 4031336. OLE color: 4031336.
HSL color Cylindrical-coordinate representation of color #68833D: hue angle of 83.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68833D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 61 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.49 |
| HSL | 83.14º | 0.36% | 0.38% | - |
| HSV(B) | 83.14º | 0.53% | 0.51% | - |
| XYZ | 14.67 | 19.51 | 7.41 | - |
| YUV | 114.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 61 | 0.21 | 0 | 0.53 | 0.49 | 83.14 | 0.36 | 0.38 |
| Hex | 68 | 83 | 3D | 15 | 0 | 35 | 31 | 53 | 24 | 26 |
| Octal | 150 | 203 | 75 | 25 | 0 | 65 | 61 | 123 | 44 | 46 |
| Binary | 1101000 | 10000011 | 111101 | 10101 | 0 | 110101 | 110001 | 1010011 | 100100 | 100110 |
Color Harmonies of #68833D
Complementary color
Monochromatic Colors of #68833D
Black with #68833D
Text Example
Text Example
White with #68833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68833D; }
p { color: rgb(104,131,61); }
H1.HeaderClassName
{
color: #68833D;
}
.AnyTagClassName
{
color: #68833D;
}
</style>
background-color css
<style>
a { background-color: #68833D; }
a { background-color: rgb(104,131,61); }
div.DivClassName
{
background-color: #68833D;
}
.BgClassName
{
background-color: #68833D;
}
</style>
border-color css
<style>
span { border-color: #68833D; }
span { border-color: rgb(104,131,61); }
td.TdClassName
{
border-color: #68833D;
}
.TagClassName
{
border-color: #68833D;
}
</style>