Shades of Dingley #617B3B
Tints of Dingley #617B3B
RGB
CMYK
RGB Variations
Color information
#617B3B (or 0x617B3B) is known color: Dingley. HEX triplet: 61, 7B and 3B. RGB value is (97,123,59). Sum of RGB (Red+Green+Blue) = 97+123+59=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #617B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617B3B is #9E84C4. Grayscale: #6C6C6C. Windows color (decimal): -10388677 or 3898209. OLE color: 3898209.
HSL color Cylindrical-coordinate representation of color #617B3B: hue angle of 84.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #617B3B is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 59 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.52 |
| HSL | 84.38º | 0.35% | 0.36% | - |
| HSV(B) | 84.38º | 0.52% | 0.48% | - |
| XYZ | 12.8 | 17.02 | 6.75 | - |
| YUV | 107.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 59 | 0.21 | 0 | 0.52 | 0.52 | 84.38 | 0.35 | 0.36 |
| Hex | 61 | 7B | 3B | 15 | 0 | 34 | 34 | 54 | 23 | 24 |
| Octal | 141 | 173 | 73 | 25 | 0 | 64 | 64 | 124 | 43 | 44 |
| Binary | 1100001 | 1111011 | 111011 | 10101 | 0 | 110100 | 110100 | 1010100 | 100011 | 100100 |
Color Harmonies of #617B3B
Complementary color
Monochromatic Colors of #617B3B
Black with #617B3B
Text Example
Text Example
White with #617B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B3B; }
p { color: rgb(97,123,59); }
H1.HeaderClassName
{
color: #617B3B;
}
.AnyTagClassName
{
color: #617B3B;
}
</style>
background-color css
<style>
a { background-color: #617B3B; }
a { background-color: rgb(97,123,59); }
div.DivClassName
{
background-color: #617B3B;
}
.BgClassName
{
background-color: #617B3B;
}
</style>
border-color css
<style>
span { border-color: #617B3B; }
span { border-color: rgb(97,123,59); }
td.TdClassName
{
border-color: #617B3B;
}
.TagClassName
{
border-color: #617B3B;
}
</style>