Shades of Dingley #608342
Tints of Dingley #608342
RGB
CMYK
RGB Variations
Color information
#608342 (or 0x608342) is known color: Dingley. HEX triplet: 60, 83 and 42. RGB value is (96,131,66). Sum of RGB (Red+Green+Blue) = 96+131+66=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #608342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608342 is #9F7CBD. Grayscale: #717171. Windows color (decimal): -10452158 or 4359008. OLE color: 4359008.
HSL color Cylindrical-coordinate representation of color #608342: hue angle of 92.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608342 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 66 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.49 |
| HSL | 92.31º | 0.33% | 0.39% | - |
| HSV(B) | 92.31º | 0.5% | 0.51% | - |
| XYZ | 13.92 | 19.11 | 8.11 | - |
| YUV | 113.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 66 | 0.27 | 0 | 0.50 | 0.49 | 92.31 | 0.33 | 0.39 |
| Hex | 60 | 83 | 42 | 1B | 0 | 32 | 31 | 5C | 21 | 27 |
| Octal | 140 | 203 | 102 | 33 | 0 | 62 | 61 | 134 | 41 | 47 |
| Binary | 1100000 | 10000011 | 1000010 | 11011 | 0 | 110010 | 110001 | 1011100 | 100001 | 100111 |
Color Harmonies of #608342
Complementary color
Monochromatic Colors of #608342
Black with #608342
Text Example
Text Example
White with #608342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608342; }
p { color: rgb(96,131,66); }
H1.HeaderClassName
{
color: #608342;
}
.AnyTagClassName
{
color: #608342;
}
</style>
background-color css
<style>
a { background-color: #608342; }
a { background-color: rgb(96,131,66); }
div.DivClassName
{
background-color: #608342;
}
.BgClassName
{
background-color: #608342;
}
</style>
border-color css
<style>
span { border-color: #608342; }
span { border-color: rgb(96,131,66); }
td.TdClassName
{
border-color: #608342;
}
.TagClassName
{
border-color: #608342;
}
</style>