Shades of Dingley #617B41
Tints of Dingley #617B41
RGB
CMYK
RGB Variations
Color information
#617B41 (or 0x617B41) is known color: Dingley. HEX triplet: 61, 7B and 41. RGB value is (97,123,65). Sum of RGB (Red+Green+Blue) = 97+123+65=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #617B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617B41 is #9E84BE. Grayscale: #6C6C6C. Windows color (decimal): -10388671 or 4291425. OLE color: 4291425.
HSL color Cylindrical-coordinate representation of color #617B41: hue angle of 86.9º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #617B41 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 65 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.52 |
| HSL | 86.9º | 0.31% | 0.37% | - |
| HSV(B) | 86.9º | 0.47% | 0.48% | - |
| XYZ | 12.97 | 17.09 | 7.62 | - |
| YUV | 108.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 65 | 0.21 | 0 | 0.47 | 0.52 | 86.9 | 0.31 | 0.37 |
| Hex | 61 | 7B | 41 | 15 | 0 | 2F | 34 | 57 | 1F | 25 |
| Octal | 141 | 173 | 101 | 25 | 0 | 57 | 64 | 127 | 37 | 45 |
| Binary | 1100001 | 1111011 | 1000001 | 10101 | 0 | 101111 | 110100 | 1010111 | 11111 | 100101 |
Color Harmonies of #617B41
Complementary color
Monochromatic Colors of #617B41
Black with #617B41
Text Example
Text Example
White with #617B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B41; }
p { color: rgb(97,123,65); }
H1.HeaderClassName
{
color: #617B41;
}
.AnyTagClassName
{
color: #617B41;
}
</style>
background-color css
<style>
a { background-color: #617B41; }
a { background-color: rgb(97,123,65); }
div.DivClassName
{
background-color: #617B41;
}
.BgClassName
{
background-color: #617B41;
}
</style>
border-color css
<style>
span { border-color: #617B41; }
span { border-color: rgb(97,123,65); }
td.TdClassName
{
border-color: #617B41;
}
.TagClassName
{
border-color: #617B41;
}
</style>