Shades of Dingley #60883A
Tints of Dingley #60883A
RGB
CMYK
RGB Variations
Color information
#60883A (or 0x60883A) is known color: Dingley. HEX triplet: 60, 88 and 3A. RGB value is (96,136,58). Sum of RGB (Red+Green+Blue) = 96+136+58=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #60883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60883A is #9F77C5. Grayscale: #737373. Windows color (decimal): -10450886 or 3836000. OLE color: 3836000.
HSL color Cylindrical-coordinate representation of color #60883A: hue angle of 90.77º 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 #60883A is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 58 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.47 |
| HSL | 90.77º | 0.4% | 0.38% | - |
| HSV(B) | 90.77º | 0.57% | 0.53% | - |
| XYZ | 14.39 | 20.4 | 7.18 | - |
| YUV | 115.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 58 | 0.29 | 0 | 0.57 | 0.47 | 90.77 | 0.4 | 0.38 |
| Hex | 60 | 88 | 3A | 1D | 0 | 39 | 2F | 5B | 28 | 26 |
| Octal | 140 | 210 | 72 | 35 | 0 | 71 | 57 | 133 | 50 | 46 |
| Binary | 1100000 | 10001000 | 111010 | 11101 | 0 | 111001 | 101111 | 1011011 | 101000 | 100110 |
Color Harmonies of #60883A
Complementary color
Monochromatic Colors of #60883A
Black with #60883A
Text Example
Text Example
White with #60883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60883A; }
p { color: rgb(96,136,58); }
H1.HeaderClassName
{
color: #60883A;
}
.AnyTagClassName
{
color: #60883A;
}
</style>
background-color css
<style>
a { background-color: #60883A; }
a { background-color: rgb(96,136,58); }
div.DivClassName
{
background-color: #60883A;
}
.BgClassName
{
background-color: #60883A;
}
</style>
border-color css
<style>
span { border-color: #60883A; }
span { border-color: rgb(96,136,58); }
td.TdClassName
{
border-color: #60883A;
}
.TagClassName
{
border-color: #60883A;
}
</style>