Shades of Dingley #617B3D
Tints of Dingley #617B3D
RGB
CMYK
RGB Variations
Color information
#617B3D (or 0x617B3D) is known color: Dingley. HEX triplet: 61, 7B and 3D. RGB value is (97,123,61). Sum of RGB (Red+Green+Blue) = 97+123+61=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #617B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617B3D is #9E84C2. Grayscale: #6C6C6C. Windows color (decimal): -10388675 or 4029281. OLE color: 4029281.
HSL color Cylindrical-coordinate representation of color #617B3D: hue angle of 85.16º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617B3D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 61 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.52 |
| HSL | 85.16º | 0.34% | 0.36% | - |
| HSV(B) | 85.16º | 0.5% | 0.48% | - |
| XYZ | 12.86 | 17.04 | 7.03 | - |
| YUV | 108.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 61 | 0.21 | 0 | 0.50 | 0.52 | 85.16 | 0.34 | 0.36 |
| Hex | 61 | 7B | 3D | 15 | 0 | 32 | 34 | 55 | 22 | 24 |
| Octal | 141 | 173 | 75 | 25 | 0 | 62 | 64 | 125 | 42 | 44 |
| Binary | 1100001 | 1111011 | 111101 | 10101 | 0 | 110010 | 110100 | 1010101 | 100010 | 100100 |
Color Harmonies of #617B3D
Complementary color
Monochromatic Colors of #617B3D
Black with #617B3D
Text Example
Text Example
White with #617B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B3D; }
p { color: rgb(97,123,61); }
H1.HeaderClassName
{
color: #617B3D;
}
.AnyTagClassName
{
color: #617B3D;
}
</style>
background-color css
<style>
a { background-color: #617B3D; }
a { background-color: rgb(97,123,61); }
div.DivClassName
{
background-color: #617B3D;
}
.BgClassName
{
background-color: #617B3D;
}
</style>
border-color css
<style>
span { border-color: #617B3D; }
span { border-color: rgb(97,123,61); }
td.TdClassName
{
border-color: #617B3D;
}
.TagClassName
{
border-color: #617B3D;
}
</style>