Shades of Dingley #60883B
Tints of Dingley #60883B
RGB
CMYK
RGB Variations
Color information
#60883B (or 0x60883B) is known color: Dingley. HEX triplet: 60, 88 and 3B. RGB value is (96,136,59). Sum of RGB (Red+Green+Blue) = 96+136+59=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #60883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60883B is #9F77C4. Grayscale: #737373. Windows color (decimal): -10450885 or 3901536. OLE color: 3901536.
HSL color Cylindrical-coordinate representation of color #60883B: hue angle of 91.17º degrees, saturation: 0.39, 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 #60883B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 59 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.47 |
| HSL | 91.17º | 0.39% | 0.38% | - |
| HSV(B) | 91.17º | 0.57% | 0.53% | - |
| XYZ | 14.42 | 20.41 | 7.32 | - |
| YUV | 115.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 59 | 0.29 | 0 | 0.57 | 0.47 | 91.17 | 0.39 | 0.38 |
| Hex | 60 | 88 | 3B | 1D | 0 | 39 | 2F | 5B | 27 | 26 |
| Octal | 140 | 210 | 73 | 35 | 0 | 71 | 57 | 133 | 47 | 46 |
| Binary | 1100000 | 10001000 | 111011 | 11101 | 0 | 111001 | 101111 | 1011011 | 100111 | 100110 |
Color Harmonies of #60883B
Complementary color
Monochromatic Colors of #60883B
Black with #60883B
Text Example
Text Example
White with #60883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60883B; }
p { color: rgb(96,136,59); }
H1.HeaderClassName
{
color: #60883B;
}
.AnyTagClassName
{
color: #60883B;
}
</style>
background-color css
<style>
a { background-color: #60883B; }
a { background-color: rgb(96,136,59); }
div.DivClassName
{
background-color: #60883B;
}
.BgClassName
{
background-color: #60883B;
}
</style>
border-color css
<style>
span { border-color: #60883B; }
span { border-color: rgb(96,136,59); }
td.TdClassName
{
border-color: #60883B;
}
.TagClassName
{
border-color: #60883B;
}
</style>