Shades of Dingley #60784E
Tints of Dingley #60784E
RGB
CMYK
RGB Variations
Color information
#60784E (or 0x60784E) is known color: Dingley. HEX triplet: 60, 78 and 4E. RGB value is (96,120,78). Sum of RGB (Red+Green+Blue) = 96+120+78=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #60784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60784E is #9F87B1. Grayscale: #6C6C6C. Windows color (decimal): -10454962 or 5142624. OLE color: 5142624.
HSL color Cylindrical-coordinate representation of color #60784E: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60784E is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 78 | - |
| CMYK | 0.2 | 0 | 0.35 | 0.53 |
| HSL | 94.29º | 0.21% | 0.39% | - |
| HSV(B) | 94.29º | 0.35% | 0.47% | - |
| XYZ | 12.92 | 16.47 | 9.71 | - |
| YUV | 108.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 78 | 0.2 | 0 | 0.35 | 0.53 | 94.29 | 0.21 | 0.39 |
| Hex | 60 | 78 | 4E | 14 | 0 | 23 | 35 | 5E | 15 | 27 |
| Octal | 140 | 170 | 116 | 24 | 0 | 43 | 65 | 136 | 25 | 47 |
| Binary | 1100000 | 1111000 | 1001110 | 10100 | 0 | 100011 | 110101 | 1011110 | 10101 | 100111 |
Color Harmonies of #60784E
Complementary color
Monochromatic Colors of #60784E
Black with #60784E
Text Example
Text Example
White with #60784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60784E; }
p { color: rgb(96,120,78); }
H1.HeaderClassName
{
color: #60784E;
}
.AnyTagClassName
{
color: #60784E;
}
</style>
background-color css
<style>
a { background-color: #60784E; }
a { background-color: rgb(96,120,78); }
div.DivClassName
{
background-color: #60784E;
}
.BgClassName
{
background-color: #60784E;
}
</style>
border-color css
<style>
span { border-color: #60784E; }
span { border-color: rgb(96,120,78); }
td.TdClassName
{
border-color: #60784E;
}
.TagClassName
{
border-color: #60784E;
}
</style>