Shades of Dingley #617F3D
Tints of Dingley #617F3D
RGB
CMYK
RGB Variations
Color information
#617F3D (or 0x617F3D) is known color: Dingley. HEX triplet: 61, 7F and 3D. RGB value is (97,127,61). Sum of RGB (Red+Green+Blue) = 97+127+61=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #617F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617F3D is #9E80C2. Grayscale: #6E6E6E. Windows color (decimal): -10387651 or 4030305. OLE color: 4030305.
HSL color Cylindrical-coordinate representation of color #617F3D: hue angle of 87.27º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #617F3D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 61 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.50 |
| HSL | 87.27º | 0.35% | 0.37% | - |
| HSV(B) | 87.27º | 0.52% | 0.5% | - |
| XYZ | 13.36 | 18.06 | 7.2 | - |
| YUV | 110.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 61 | 0.24 | 0 | 0.52 | 0.50 | 87.27 | 0.35 | 0.37 |
| Hex | 61 | 7F | 3D | 18 | 0 | 34 | 32 | 57 | 23 | 25 |
| Octal | 141 | 177 | 75 | 30 | 0 | 64 | 62 | 127 | 43 | 45 |
| Binary | 1100001 | 1111111 | 111101 | 11000 | 0 | 110100 | 110010 | 1010111 | 100011 | 100101 |
Color Harmonies of #617F3D
Complementary color
Monochromatic Colors of #617F3D
Black with #617F3D
Text Example
Text Example
White with #617F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F3D; }
p { color: rgb(97,127,61); }
H1.HeaderClassName
{
color: #617F3D;
}
.AnyTagClassName
{
color: #617F3D;
}
</style>
background-color css
<style>
a { background-color: #617F3D; }
a { background-color: rgb(97,127,61); }
div.DivClassName
{
background-color: #617F3D;
}
.BgClassName
{
background-color: #617F3D;
}
</style>
border-color css
<style>
span { border-color: #617F3D; }
span { border-color: rgb(97,127,61); }
td.TdClassName
{
border-color: #617F3D;
}
.TagClassName
{
border-color: #617F3D;
}
</style>