Shades of Dingley #618B45
Tints of Dingley #618B45
RGB
CMYK
RGB Variations
Color information
#618B45 (or 0x618B45) is known color: Dingley. HEX triplet: 61, 8B and 45. RGB value is (97,139,69). Sum of RGB (Red+Green+Blue) = 97+139+69=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #618B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618B45 is #9E74BA. Grayscale: #767676. Windows color (decimal): -10384571 or 4557665. OLE color: 4557665.
HSL color Cylindrical-coordinate representation of color #618B45: hue angle of 96º degrees, saturation: 0.34, 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 #618B45 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 69 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.45 |
| HSL | 96º | 0.34% | 0.41% | - |
| HSV(B) | 96º | 0.5% | 0.55% | - |
| XYZ | 15.24 | 21.44 | 8.96 | - |
| YUV | 118.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 69 | 0.30 | 0 | 0.50 | 0.45 | 96 | 0.34 | 0.41 |
| Hex | 61 | 8B | 45 | 1E | 0 | 32 | 2D | 60 | 22 | 29 |
| Octal | 141 | 213 | 105 | 36 | 0 | 62 | 55 | 140 | 42 | 51 |
| Binary | 1100001 | 10001011 | 1000101 | 11110 | 0 | 110010 | 101101 | 1100000 | 100010 | 101001 |
Color Harmonies of #618B45
Complementary color
Monochromatic Colors of #618B45
Black with #618B45
Text Example
Text Example
White with #618B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B45; }
p { color: rgb(97,139,69); }
H1.HeaderClassName
{
color: #618B45;
}
.AnyTagClassName
{
color: #618B45;
}
</style>
background-color css
<style>
a { background-color: #618B45; }
a { background-color: rgb(97,139,69); }
div.DivClassName
{
background-color: #618B45;
}
.BgClassName
{
background-color: #618B45;
}
</style>
border-color css
<style>
span { border-color: #618B45; }
span { border-color: rgb(97,139,69); }
td.TdClassName
{
border-color: #618B45;
}
.TagClassName
{
border-color: #618B45;
}
</style>