Shades of Dingley #61913F
Tints of Dingley #61913F
RGB
CMYK
RGB Variations
Color information
#61913F (or 0x61913F) is known color: Dingley. HEX triplet: 61, 91 and 3F. RGB value is (97,145,63). Sum of RGB (Red+Green+Blue) = 97+145+63=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #61913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61913F is #9E6EC0. Grayscale: #797979. Windows color (decimal): -10383041 or 4165985. OLE color: 4165985.
HSL color Cylindrical-coordinate representation of color #61913F: hue angle of 95.12º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61913F is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 63 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.43 |
| HSL | 95.12º | 0.39% | 0.41% | - |
| HSV(B) | 95.12º | 0.57% | 0.57% | - |
| XYZ | 15.95 | 23.15 | 8.33 | - |
| YUV | 121.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 63 | 0.33 | 0 | 0.57 | 0.43 | 95.12 | 0.39 | 0.41 |
| Hex | 61 | 91 | 3F | 21 | 0 | 39 | 2B | 5F | 27 | 29 |
| Octal | 141 | 221 | 77 | 41 | 0 | 71 | 53 | 137 | 47 | 51 |
| Binary | 1100001 | 10010001 | 111111 | 100001 | 0 | 111001 | 101011 | 1011111 | 100111 | 101001 |
Color Harmonies of #61913F
Complementary color
Monochromatic Colors of #61913F
Black with #61913F
Text Example
Text Example
White with #61913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61913F; }
p { color: rgb(97,145,63); }
H1.HeaderClassName
{
color: #61913F;
}
.AnyTagClassName
{
color: #61913F;
}
</style>
background-color css
<style>
a { background-color: #61913F; }
a { background-color: rgb(97,145,63); }
div.DivClassName
{
background-color: #61913F;
}
.BgClassName
{
background-color: #61913F;
}
</style>
border-color css
<style>
span { border-color: #61913F; }
span { border-color: rgb(97,145,63); }
td.TdClassName
{
border-color: #61913F;
}
.TagClassName
{
border-color: #61913F;
}
</style>