Shades of Dingley #608643
Tints of Dingley #608643
RGB
CMYK
RGB Variations
Color information
#608643 (or 0x608643) is known color: Dingley. HEX triplet: 60, 86 and 43. RGB value is (96,134,67). Sum of RGB (Red+Green+Blue) = 96+134+67=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #608643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608643 is #9F79BC. Grayscale: #737373. Windows color (decimal): -10451389 or 4425312. OLE color: 4425312.
HSL color Cylindrical-coordinate representation of color #608643: hue angle of 94.03º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608643 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 67 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.47 |
| HSL | 94.03º | 0.33% | 0.39% | - |
| HSV(B) | 94.03º | 0.5% | 0.53% | - |
| XYZ | 14.36 | 19.94 | 8.4 | - |
| YUV | 115 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 67 | 0.28 | 0 | 0.5 | 0.47 | 94.03 | 0.33 | 0.39 |
| Hex | 60 | 86 | 43 | 1C | 0 | 32 | 2F | 5E | 21 | 27 |
| Octal | 140 | 206 | 103 | 34 | 0 | 62 | 57 | 136 | 41 | 47 |
| Binary | 1100000 | 10000110 | 1000011 | 11100 | 0 | 110010 | 101111 | 1011110 | 100001 | 100111 |
Color Harmonies of #608643
Complementary color
Monochromatic Colors of #608643
Black with #608643
Text Example
Text Example
White with #608643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608643; }
p { color: rgb(96,134,67); }
H1.HeaderClassName
{
color: #608643;
}
.AnyTagClassName
{
color: #608643;
}
</style>
background-color css
<style>
a { background-color: #608643; }
a { background-color: rgb(96,134,67); }
div.DivClassName
{
background-color: #608643;
}
.BgClassName
{
background-color: #608643;
}
</style>
border-color css
<style>
span { border-color: #608643; }
span { border-color: rgb(96,134,67); }
td.TdClassName
{
border-color: #608643;
}
.TagClassName
{
border-color: #608643;
}
</style>