Shades of Dingley #608137
Tints of Dingley #608137
RGB
CMYK
RGB Variations
Color information
#608137 (or 0x608137) is known color: Dingley. HEX triplet: 60, 81 and 37. RGB value is (96,129,55). Sum of RGB (Red+Green+Blue) = 96+129+55=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #608137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608137 is #9F7EC8. Grayscale: #6E6E6E. Windows color (decimal): -10452681 or 3637600. OLE color: 3637600.
HSL color Cylindrical-coordinate representation of color #608137: hue angle of 86.76º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608137 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 55 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.49 |
| HSL | 86.76º | 0.4% | 0.36% | - |
| HSV(B) | 86.76º | 0.57% | 0.51% | - |
| XYZ | 13.36 | 18.46 | 6.47 | - |
| YUV | 110.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 55 | 0.26 | 0 | 0.57 | 0.49 | 86.76 | 0.4 | 0.36 |
| Hex | 60 | 81 | 37 | 1A | 0 | 39 | 31 | 57 | 28 | 24 |
| Octal | 140 | 201 | 67 | 32 | 0 | 71 | 61 | 127 | 50 | 44 |
| Binary | 1100000 | 10000001 | 110111 | 11010 | 0 | 111001 | 110001 | 1010111 | 101000 | 100100 |
Color Harmonies of #608137
Complementary color
Monochromatic Colors of #608137
Black with #608137
Text Example
Text Example
White with #608137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608137; }
p { color: rgb(96,129,55); }
H1.HeaderClassName
{
color: #608137;
}
.AnyTagClassName
{
color: #608137;
}
</style>
background-color css
<style>
a { background-color: #608137; }
a { background-color: rgb(96,129,55); }
div.DivClassName
{
background-color: #608137;
}
.BgClassName
{
background-color: #608137;
}
</style>
border-color css
<style>
span { border-color: #608137; }
span { border-color: rgb(96,129,55); }
td.TdClassName
{
border-color: #608137;
}
.TagClassName
{
border-color: #608137;
}
</style>