Shades of Dingley #68824A
Tints of Dingley #68824A
RGB
CMYK
RGB Variations
Color information
#68824A (or 0x68824A) is known color: Dingley. HEX triplet: 68, 82 and 4A. RGB value is (104,130,74). Sum of RGB (Red+Green+Blue) = 104+130+74=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #68824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68824A is #977DB5. Grayscale: #747474. Windows color (decimal): -9928118 or 4883048. OLE color: 4883048.
HSL color Cylindrical-coordinate representation of color #68824A: hue angle of 87.86º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68824A is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 74 | - |
| CMYK | 0.2 | 0 | 0.43 | 0.49 |
| HSL | 87.86º | 0.27% | 0.4% | - |
| HSV(B) | 87.86º | 0.43% | 0.51% | - |
| XYZ | 14.93 | 19.4 | 9.44 | - |
| YUV | 115.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 74 | 0.2 | 0 | 0.43 | 0.49 | 87.86 | 0.27 | 0.4 |
| Hex | 68 | 82 | 4A | 14 | 0 | 2B | 31 | 58 | 1B | 28 |
| Octal | 150 | 202 | 112 | 24 | 0 | 53 | 61 | 130 | 33 | 50 |
| Binary | 1101000 | 10000010 | 1001010 | 10100 | 0 | 101011 | 110001 | 1011000 | 11011 | 101000 |
Color Harmonies of #68824A
Complementary color
Monochromatic Colors of #68824A
Black with #68824A
Text Example
Text Example
White with #68824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68824A; }
p { color: rgb(104,130,74); }
H1.HeaderClassName
{
color: #68824A;
}
.AnyTagClassName
{
color: #68824A;
}
</style>
background-color css
<style>
a { background-color: #68824A; }
a { background-color: rgb(104,130,74); }
div.DivClassName
{
background-color: #68824A;
}
.BgClassName
{
background-color: #68824A;
}
</style>
border-color css
<style>
span { border-color: #68824A; }
span { border-color: rgb(104,130,74); }
td.TdClassName
{
border-color: #68824A;
}
.TagClassName
{
border-color: #68824A;
}
</style>