Shades of Dingley #60833B
Tints of Dingley #60833B
RGB
CMYK
RGB Variations
Color information
#60833B (or 0x60833B) is known color: Dingley. HEX triplet: 60, 83 and 3B. RGB value is (96,131,59). Sum of RGB (Red+Green+Blue) = 96+131+59=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #60833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60833B is #9F7CC4. Grayscale: #707070. Windows color (decimal): -10452165 or 3900256. OLE color: 3900256.
HSL color Cylindrical-coordinate representation of color #60833B: hue angle of 89.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60833B is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 59 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.49 |
| HSL | 89.17º | 0.38% | 0.37% | - |
| HSV(B) | 89.17º | 0.55% | 0.51% | - |
| XYZ | 13.73 | 19.04 | 7.09 | - |
| YUV | 112.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 59 | 0.27 | 0 | 0.55 | 0.49 | 89.17 | 0.38 | 0.37 |
| Hex | 60 | 83 | 3B | 1B | 0 | 37 | 31 | 59 | 26 | 25 |
| Octal | 140 | 203 | 73 | 33 | 0 | 67 | 61 | 131 | 46 | 45 |
| Binary | 1100000 | 10000011 | 111011 | 11011 | 0 | 110111 | 110001 | 1011001 | 100110 | 100101 |
Color Harmonies of #60833B
Complementary color
Monochromatic Colors of #60833B
Black with #60833B
Text Example
Text Example
White with #60833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60833B; }
p { color: rgb(96,131,59); }
H1.HeaderClassName
{
color: #60833B;
}
.AnyTagClassName
{
color: #60833B;
}
</style>
background-color css
<style>
a { background-color: #60833B; }
a { background-color: rgb(96,131,59); }
div.DivClassName
{
background-color: #60833B;
}
.BgClassName
{
background-color: #60833B;
}
</style>
border-color css
<style>
span { border-color: #60833B; }
span { border-color: rgb(96,131,59); }
td.TdClassName
{
border-color: #60833B;
}
.TagClassName
{
border-color: #60833B;
}
</style>