Shades of Dingley #60754A
Tints of Dingley #60754A
RGB
CMYK
RGB Variations
Color information
#60754A (or 0x60754A) is known color: Dingley. HEX triplet: 60, 75 and 4A. RGB value is (96,117,74). Sum of RGB (Red+Green+Blue) = 96+117+74=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #60754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60754A is #9F8AB5. Grayscale: #696969. Windows color (decimal): -10455734 or 4879712. OLE color: 4879712.
HSL color Cylindrical-coordinate representation of color #60754A: hue angle of 89.3º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60754A is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 74 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.54 |
| HSL | 89.3º | 0.23% | 0.37% | - |
| HSV(B) | 89.3º | 0.37% | 0.46% | - |
| XYZ | 12.42 | 15.7 | 8.86 | - |
| YUV | 105.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 74 | 0.18 | 0 | 0.37 | 0.54 | 89.3 | 0.23 | 0.37 |
| Hex | 60 | 75 | 4A | 12 | 0 | 25 | 36 | 59 | 17 | 25 |
| Octal | 140 | 165 | 112 | 22 | 0 | 45 | 66 | 131 | 27 | 45 |
| Binary | 1100000 | 1110101 | 1001010 | 10010 | 0 | 100101 | 110110 | 1011001 | 10111 | 100101 |
Color Harmonies of #60754A
Complementary color
Monochromatic Colors of #60754A
Black with #60754A
Text Example
Text Example
White with #60754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60754A; }
p { color: rgb(96,117,74); }
H1.HeaderClassName
{
color: #60754A;
}
.AnyTagClassName
{
color: #60754A;
}
</style>
background-color css
<style>
a { background-color: #60754A; }
a { background-color: rgb(96,117,74); }
div.DivClassName
{
background-color: #60754A;
}
.BgClassName
{
background-color: #60754A;
}
</style>
border-color css
<style>
span { border-color: #60754A; }
span { border-color: rgb(96,117,74); }
td.TdClassName
{
border-color: #60754A;
}
.TagClassName
{
border-color: #60754A;
}
</style>