Shades of Dingley #60764C
Tints of Dingley #60764C
RGB
CMYK
RGB Variations
Color information
#60764C (or 0x60764C) is known color: Dingley. HEX triplet: 60, 76 and 4C. RGB value is (96,118,76). Sum of RGB (Red+Green+Blue) = 96+118+76=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #60764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60764C is #9F89B3. Grayscale: #6A6A6A. Windows color (decimal): -10455476 or 5011040. OLE color: 5011040.
HSL color Cylindrical-coordinate representation of color #60764C: hue angle of 91.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60764C is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 76 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.54 |
| HSL | 91.43º | 0.22% | 0.38% | - |
| HSV(B) | 91.43º | 0.36% | 0.46% | - |
| XYZ | 12.61 | 15.97 | 9.25 | - |
| YUV | 106.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 76 | 0.19 | 0 | 0.36 | 0.54 | 91.43 | 0.22 | 0.38 |
| Hex | 60 | 76 | 4C | 13 | 0 | 24 | 36 | 5B | 16 | 26 |
| Octal | 140 | 166 | 114 | 23 | 0 | 44 | 66 | 133 | 26 | 46 |
| Binary | 1100000 | 1110110 | 1001100 | 10011 | 0 | 100100 | 110110 | 1011011 | 10110 | 100110 |
Color Harmonies of #60764C
Complementary color
Monochromatic Colors of #60764C
Black with #60764C
Text Example
Text Example
White with #60764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60764C; }
p { color: rgb(96,118,76); }
H1.HeaderClassName
{
color: #60764C;
}
.AnyTagClassName
{
color: #60764C;
}
</style>
background-color css
<style>
a { background-color: #60764C; }
a { background-color: rgb(96,118,76); }
div.DivClassName
{
background-color: #60764C;
}
.BgClassName
{
background-color: #60764C;
}
</style>
border-color css
<style>
span { border-color: #60764C; }
span { border-color: rgb(96,118,76); }
td.TdClassName
{
border-color: #60764C;
}
.TagClassName
{
border-color: #60764C;
}
</style>