Shades of Dingley #608140
Tints of Dingley #608140
RGB
CMYK
RGB Variations
Color information
#608140 (or 0x608140) is known color: Dingley. HEX triplet: 60, 81 and 40. RGB value is (96,129,64). Sum of RGB (Red+Green+Blue) = 96+129+64=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #608140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608140 is #9F7EBF. Grayscale: #6F6F6F. Windows color (decimal): -10452672 or 4227424. OLE color: 4227424.
HSL color Cylindrical-coordinate representation of color #608140: hue angle of 90.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608140 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 64 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.49 |
| HSL | 90.46º | 0.34% | 0.38% | - |
| HSV(B) | 90.46º | 0.5% | 0.51% | - |
| XYZ | 13.6 | 18.56 | 7.72 | - |
| YUV | 111.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 64 | 0.26 | 0 | 0.50 | 0.49 | 90.46 | 0.34 | 0.38 |
| Hex | 60 | 81 | 40 | 1A | 0 | 32 | 31 | 5A | 22 | 26 |
| Octal | 140 | 201 | 100 | 32 | 0 | 62 | 61 | 132 | 42 | 46 |
| Binary | 1100000 | 10000001 | 1000000 | 11010 | 0 | 110010 | 110001 | 1011010 | 100010 | 100110 |
Color Harmonies of #608140
Complementary color
Monochromatic Colors of #608140
Black with #608140
Text Example
Text Example
White with #608140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608140; }
p { color: rgb(96,129,64); }
H1.HeaderClassName
{
color: #608140;
}
.AnyTagClassName
{
color: #608140;
}
</style>
background-color css
<style>
a { background-color: #608140; }
a { background-color: rgb(96,129,64); }
div.DivClassName
{
background-color: #608140;
}
.BgClassName
{
background-color: #608140;
}
</style>
border-color css
<style>
span { border-color: #608140; }
span { border-color: rgb(96,129,64); }
td.TdClassName
{
border-color: #608140;
}
.TagClassName
{
border-color: #608140;
}
</style>