Shades of Dingley #60754E
Tints of Dingley #60754E
RGB
CMYK
RGB Variations
Color information
#60754E (or 0x60754E) is known color: Dingley. HEX triplet: 60, 75 and 4E. RGB value is (96,117,78). Sum of RGB (Red+Green+Blue) = 96+117+78=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #60754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60754E is #9F8AB1. Grayscale: #6A6A6A. Windows color (decimal): -10455730 or 5141856. OLE color: 5141856.
HSL color Cylindrical-coordinate representation of color #60754E: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60754E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 78 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.54 |
| HSL | 92.31º | 0.2% | 0.38% | - |
| HSV(B) | 92.31º | 0.33% | 0.46% | - |
| XYZ | 12.56 | 15.76 | 9.59 | - |
| YUV | 106.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 78 | 0.18 | 0 | 0.33 | 0.54 | 92.31 | 0.2 | 0.38 |
| Hex | 60 | 75 | 4E | 12 | 0 | 21 | 36 | 5C | 14 | 26 |
| Octal | 140 | 165 | 116 | 22 | 0 | 41 | 66 | 134 | 24 | 46 |
| Binary | 1100000 | 1110101 | 1001110 | 10010 | 0 | 100001 | 110110 | 1011100 | 10100 | 100110 |
Color Harmonies of #60754E
Complementary color
Monochromatic Colors of #60754E
Black with #60754E
Text Example
Text Example
White with #60754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60754E; }
p { color: rgb(96,117,78); }
H1.HeaderClassName
{
color: #60754E;
}
.AnyTagClassName
{
color: #60754E;
}
</style>
background-color css
<style>
a { background-color: #60754E; }
a { background-color: rgb(96,117,78); }
div.DivClassName
{
background-color: #60754E;
}
.BgClassName
{
background-color: #60754E;
}
</style>
border-color css
<style>
span { border-color: #60754E; }
span { border-color: rgb(96,117,78); }
td.TdClassName
{
border-color: #60754E;
}
.TagClassName
{
border-color: #60754E;
}
</style>