Shades of Dingley #618B46
Tints of Dingley #618B46
RGB
CMYK
RGB Variations
Color information
#618B46 (or 0x618B46) is known color: Dingley. HEX triplet: 61, 8B and 46. RGB value is (97,139,70). Sum of RGB (Red+Green+Blue) = 97+139+70=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #618B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618B46 is #9E74B9. Grayscale: #767676. Windows color (decimal): -10384570 or 4623201. OLE color: 4623201.
HSL color Cylindrical-coordinate representation of color #618B46: hue angle of 96.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618B46 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 70 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.45 |
| HSL | 96.52º | 0.33% | 0.41% | - |
| HSV(B) | 96.52º | 0.5% | 0.55% | - |
| XYZ | 15.27 | 21.45 | 9.13 | - |
| YUV | 118.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 70 | 0.30 | 0 | 0.50 | 0.45 | 96.52 | 0.33 | 0.41 |
| Hex | 61 | 8B | 46 | 1E | 0 | 32 | 2D | 61 | 21 | 29 |
| Octal | 141 | 213 | 106 | 36 | 0 | 62 | 55 | 141 | 41 | 51 |
| Binary | 1100001 | 10001011 | 1000110 | 11110 | 0 | 110010 | 101101 | 1100001 | 100001 | 101001 |
Color Harmonies of #618B46
Complementary color
Monochromatic Colors of #618B46
Black with #618B46
Text Example
Text Example
White with #618B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B46; }
p { color: rgb(97,139,70); }
H1.HeaderClassName
{
color: #618B46;
}
.AnyTagClassName
{
color: #618B46;
}
</style>
background-color css
<style>
a { background-color: #618B46; }
a { background-color: rgb(97,139,70); }
div.DivClassName
{
background-color: #618B46;
}
.BgClassName
{
background-color: #618B46;
}
</style>
border-color css
<style>
span { border-color: #618B46; }
span { border-color: rgb(97,139,70); }
td.TdClassName
{
border-color: #618B46;
}
.TagClassName
{
border-color: #618B46;
}
</style>