Shades of Dingley #60803C
Tints of Dingley #60803C
RGB
CMYK
RGB Variations
Color information
#60803C (or 0x60803C) is known color: Dingley. HEX triplet: 60, 80 and 3C. RGB value is (96,128,60). Sum of RGB (Red+Green+Blue) = 96+128+60=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #60803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60803C is #9F7FC3. Grayscale: #6E6E6E. Windows color (decimal): -10452932 or 3965024. OLE color: 3965024.
HSL color Cylindrical-coordinate representation of color #60803C: hue angle of 88.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60803C is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 60 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.50 |
| HSL | 88.24º | 0.36% | 0.37% | - |
| HSV(B) | 88.24º | 0.53% | 0.5% | - |
| XYZ | 13.36 | 18.25 | 7.09 | - |
| YUV | 110.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 60 | 0.25 | 0 | 0.53 | 0.50 | 88.24 | 0.36 | 0.37 |
| Hex | 60 | 80 | 3C | 19 | 0 | 35 | 32 | 58 | 24 | 25 |
| Octal | 140 | 200 | 74 | 31 | 0 | 65 | 62 | 130 | 44 | 45 |
| Binary | 1100000 | 10000000 | 111100 | 11001 | 0 | 110101 | 110010 | 1011000 | 100100 | 100101 |
Color Harmonies of #60803C
Complementary color
Monochromatic Colors of #60803C
Black with #60803C
Text Example
Text Example
White with #60803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60803C; }
p { color: rgb(96,128,60); }
H1.HeaderClassName
{
color: #60803C;
}
.AnyTagClassName
{
color: #60803C;
}
</style>
background-color css
<style>
a { background-color: #60803C; }
a { background-color: rgb(96,128,60); }
div.DivClassName
{
background-color: #60803C;
}
.BgClassName
{
background-color: #60803C;
}
</style>
border-color css
<style>
span { border-color: #60803C; }
span { border-color: rgb(96,128,60); }
td.TdClassName
{
border-color: #60803C;
}
.TagClassName
{
border-color: #60803C;
}
</style>