Shades of Dingley #608647
Tints of Dingley #608647
RGB
CMYK
RGB Variations
Color information
#608647 (or 0x608647) is known color: Dingley. HEX triplet: 60, 86 and 47. RGB value is (96,134,71). Sum of RGB (Red+Green+Blue) = 96+134+71=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #608647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608647 is #9F79B8. Grayscale: #737373. Windows color (decimal): -10451385 or 4687456. OLE color: 4687456.
HSL color Cylindrical-coordinate representation of color #608647: hue angle of 96.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608647 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 71 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.47 |
| HSL | 96.19º | 0.31% | 0.4% | - |
| HSV(B) | 96.19º | 0.47% | 0.53% | - |
| XYZ | 14.49 | 19.99 | 9.06 | - |
| YUV | 115.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 71 | 0.28 | 0 | 0.47 | 0.47 | 96.19 | 0.31 | 0.4 |
| Hex | 60 | 86 | 47 | 1C | 0 | 2F | 2F | 60 | 1F | 28 |
| Octal | 140 | 206 | 107 | 34 | 0 | 57 | 57 | 140 | 37 | 50 |
| Binary | 1100000 | 10000110 | 1000111 | 11100 | 0 | 101111 | 101111 | 1100000 | 11111 | 101000 |
Color Harmonies of #608647
Complementary color
Monochromatic Colors of #608647
Black with #608647
Text Example
Text Example
White with #608647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608647; }
p { color: rgb(96,134,71); }
H1.HeaderClassName
{
color: #608647;
}
.AnyTagClassName
{
color: #608647;
}
</style>
background-color css
<style>
a { background-color: #608647; }
a { background-color: rgb(96,134,71); }
div.DivClassName
{
background-color: #608647;
}
.BgClassName
{
background-color: #608647;
}
</style>
border-color css
<style>
span { border-color: #608647; }
span { border-color: rgb(96,134,71); }
td.TdClassName
{
border-color: #608647;
}
.TagClassName
{
border-color: #608647;
}
</style>