Shades of Dingley #60873A
Tints of Dingley #60873A
RGB
CMYK
RGB Variations
Color information
#60873A (or 0x60873A) is known color: Dingley. HEX triplet: 60, 87 and 3A. RGB value is (96,135,58). Sum of RGB (Red+Green+Blue) = 96+135+58=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #60873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60873A is #9F78C5. Grayscale: #727272. Windows color (decimal): -10451142 or 3835744. OLE color: 3835744.
HSL color Cylindrical-coordinate representation of color #60873A: hue angle of 90.39º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60873A is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 58 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.47 |
| HSL | 90.39º | 0.4% | 0.38% | - |
| HSV(B) | 90.39º | 0.57% | 0.53% | - |
| XYZ | 14.25 | 20.12 | 7.14 | - |
| YUV | 114.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 58 | 0.29 | 0 | 0.57 | 0.47 | 90.39 | 0.4 | 0.38 |
| Hex | 60 | 87 | 3A | 1D | 0 | 39 | 2F | 5A | 28 | 26 |
| Octal | 140 | 207 | 72 | 35 | 0 | 71 | 57 | 132 | 50 | 46 |
| Binary | 1100000 | 10000111 | 111010 | 11101 | 0 | 111001 | 101111 | 1011010 | 101000 | 100110 |
Color Harmonies of #60873A
Complementary color
Monochromatic Colors of #60873A
Black with #60873A
Text Example
Text Example
White with #60873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60873A; }
p { color: rgb(96,135,58); }
H1.HeaderClassName
{
color: #60873A;
}
.AnyTagClassName
{
color: #60873A;
}
</style>
background-color css
<style>
a { background-color: #60873A; }
a { background-color: rgb(96,135,58); }
div.DivClassName
{
background-color: #60873A;
}
.BgClassName
{
background-color: #60873A;
}
</style>
border-color css
<style>
span { border-color: #60873A; }
span { border-color: rgb(96,135,58); }
td.TdClassName
{
border-color: #60873A;
}
.TagClassName
{
border-color: #60873A;
}
</style>