Shades of Dingley #60784A
Tints of Dingley #60784A
RGB
CMYK
RGB Variations
Color information
#60784A (or 0x60784A) is known color: Dingley. HEX triplet: 60, 78 and 4A. RGB value is (96,120,74). Sum of RGB (Red+Green+Blue) = 96+120+74=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #60784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60784A is #9F87B5. Grayscale: #6B6B6B. Windows color (decimal): -10454966 or 4880480. OLE color: 4880480.
HSL color Cylindrical-coordinate representation of color #60784A: hue angle of 91.3º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60784A is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 74 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.53 |
| HSL | 91.3º | 0.24% | 0.38% | - |
| HSV(B) | 91.3º | 0.38% | 0.47% | - |
| XYZ | 12.78 | 16.41 | 8.97 | - |
| YUV | 107.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 74 | 0.2 | 0 | 0.38 | 0.53 | 91.3 | 0.24 | 0.38 |
| Hex | 60 | 78 | 4A | 14 | 0 | 26 | 35 | 5B | 18 | 26 |
| Octal | 140 | 170 | 112 | 24 | 0 | 46 | 65 | 133 | 30 | 46 |
| Binary | 1100000 | 1111000 | 1001010 | 10100 | 0 | 100110 | 110101 | 1011011 | 11000 | 100110 |
Color Harmonies of #60784A
Complementary color
Monochromatic Colors of #60784A
Black with #60784A
Text Example
Text Example
White with #60784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60784A; }
p { color: rgb(96,120,74); }
H1.HeaderClassName
{
color: #60784A;
}
.AnyTagClassName
{
color: #60784A;
}
</style>
background-color css
<style>
a { background-color: #60784A; }
a { background-color: rgb(96,120,74); }
div.DivClassName
{
background-color: #60784A;
}
.BgClassName
{
background-color: #60784A;
}
</style>
border-color css
<style>
span { border-color: #60784A; }
span { border-color: rgb(96,120,74); }
td.TdClassName
{
border-color: #60784A;
}
.TagClassName
{
border-color: #60784A;
}
</style>