Shades of Dingley #60883C
Tints of Dingley #60883C
RGB
CMYK
RGB Variations
Color information
#60883C (or 0x60883C) is known color: Dingley. HEX triplet: 60, 88 and 3C. RGB value is (96,136,60). Sum of RGB (Red+Green+Blue) = 96+136+60=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #60883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60883C is #9F77C3. Grayscale: #737373. Windows color (decimal): -10450884 or 3967072. OLE color: 3967072.
HSL color Cylindrical-coordinate representation of color #60883C: hue angle of 91.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60883C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 60 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.47 |
| HSL | 91.58º | 0.39% | 0.38% | - |
| HSV(B) | 91.58º | 0.56% | 0.53% | - |
| XYZ | 14.44 | 20.42 | 7.46 | - |
| YUV | 115.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 60 | 0.29 | 0 | 0.56 | 0.47 | 91.58 | 0.39 | 0.38 |
| Hex | 60 | 88 | 3C | 1D | 0 | 38 | 2F | 5C | 27 | 26 |
| Octal | 140 | 210 | 74 | 35 | 0 | 70 | 57 | 134 | 47 | 46 |
| Binary | 1100000 | 10001000 | 111100 | 11101 | 0 | 111000 | 101111 | 1011100 | 100111 | 100110 |
Color Harmonies of #60883C
Complementary color
Monochromatic Colors of #60883C
Black with #60883C
Text Example
Text Example
White with #60883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60883C; }
p { color: rgb(96,136,60); }
H1.HeaderClassName
{
color: #60883C;
}
.AnyTagClassName
{
color: #60883C;
}
</style>
background-color css
<style>
a { background-color: #60883C; }
a { background-color: rgb(96,136,60); }
div.DivClassName
{
background-color: #60883C;
}
.BgClassName
{
background-color: #60883C;
}
</style>
border-color css
<style>
span { border-color: #60883C; }
span { border-color: rgb(96,136,60); }
td.TdClassName
{
border-color: #60883C;
}
.TagClassName
{
border-color: #60883C;
}
</style>