Shades of Dingley #617B3F
Tints of Dingley #617B3F
RGB
CMYK
RGB Variations
Color information
#617B3F (or 0x617B3F) is known color: Dingley. HEX triplet: 61, 7B and 3F. RGB value is (97,123,63). Sum of RGB (Red+Green+Blue) = 97+123+63=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #617B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617B3F is #9E84C0. Grayscale: #6C6C6C. Windows color (decimal): -10388673 or 4160353. OLE color: 4160353.
HSL color Cylindrical-coordinate representation of color #617B3F: hue angle of 86º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #617B3F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 63 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.52 |
| HSL | 86º | 0.32% | 0.36% | - |
| HSV(B) | 86º | 0.49% | 0.48% | - |
| XYZ | 12.91 | 17.07 | 7.32 | - |
| YUV | 108.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 63 | 0.21 | 0 | 0.49 | 0.52 | 86 | 0.32 | 0.36 |
| Hex | 61 | 7B | 3F | 15 | 0 | 31 | 34 | 56 | 20 | 24 |
| Octal | 141 | 173 | 77 | 25 | 0 | 61 | 64 | 126 | 40 | 44 |
| Binary | 1100001 | 1111011 | 111111 | 10101 | 0 | 110001 | 110100 | 1010110 | 100000 | 100100 |
Color Harmonies of #617B3F
Complementary color
Monochromatic Colors of #617B3F
Black with #617B3F
Text Example
Text Example
White with #617B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B3F; }
p { color: rgb(97,123,63); }
H1.HeaderClassName
{
color: #617B3F;
}
.AnyTagClassName
{
color: #617B3F;
}
</style>
background-color css
<style>
a { background-color: #617B3F; }
a { background-color: rgb(97,123,63); }
div.DivClassName
{
background-color: #617B3F;
}
.BgClassName
{
background-color: #617B3F;
}
</style>
border-color css
<style>
span { border-color: #617B3F; }
span { border-color: rgb(97,123,63); }
td.TdClassName
{
border-color: #617B3F;
}
.TagClassName
{
border-color: #617B3F;
}
</style>