Shades of Dingley #68823A
Tints of Dingley #68823A
RGB
CMYK
RGB Variations
Color information
#68823A (or 0x68823A) is known color: Dingley. HEX triplet: 68, 82 and 3A. RGB value is (104,130,58). Sum of RGB (Red+Green+Blue) = 104+130+58=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #68823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68823A is #977DC5. Grayscale: #727272. Windows color (decimal): -9928134 or 3834472. OLE color: 3834472.
HSL color Cylindrical-coordinate representation of color #68823A: hue angle of 81.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68823A is Cyan = 0.2, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 58 | - |
| CMYK | 0.2 | 0 | 0.55 | 0.49 |
| HSL | 81.67º | 0.38% | 0.37% | - |
| HSV(B) | 81.67º | 0.55% | 0.51% | - |
| XYZ | 14.46 | 19.21 | 6.95 | - |
| YUV | 114.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 58 | 0.2 | 0 | 0.55 | 0.49 | 81.67 | 0.38 | 0.37 |
| Hex | 68 | 82 | 3A | 14 | 0 | 37 | 31 | 52 | 26 | 25 |
| Octal | 150 | 202 | 72 | 24 | 0 | 67 | 61 | 122 | 46 | 45 |
| Binary | 1101000 | 10000010 | 111010 | 10100 | 0 | 110111 | 110001 | 1010010 | 100110 | 100101 |
Color Harmonies of #68823A
Complementary color
Monochromatic Colors of #68823A
Black with #68823A
Text Example
Text Example
White with #68823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68823A; }
p { color: rgb(104,130,58); }
H1.HeaderClassName
{
color: #68823A;
}
.AnyTagClassName
{
color: #68823A;
}
</style>
background-color css
<style>
a { background-color: #68823A; }
a { background-color: rgb(104,130,58); }
div.DivClassName
{
background-color: #68823A;
}
.BgClassName
{
background-color: #68823A;
}
</style>
border-color css
<style>
span { border-color: #68823A; }
span { border-color: rgb(104,130,58); }
td.TdClassName
{
border-color: #68823A;
}
.TagClassName
{
border-color: #68823A;
}
</style>