Shades of Dingley #61804A
Tints of Dingley #61804A
RGB
CMYK
RGB Variations
Color information
#61804A (or 0x61804A) is known color: Dingley. HEX triplet: 61, 80 and 4A. RGB value is (97,128,74). Sum of RGB (Red+Green+Blue) = 97+128+74=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #61804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61804A is #9E7FB5. Grayscale: #707070. Windows color (decimal): -10387382 or 4882529. OLE color: 4882529.
HSL color Cylindrical-coordinate representation of color #61804A: hue angle of 94.44º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61804A is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 128 | 74 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.50 |
| HSL | 94.44º | 0.27% | 0.4% | - |
| HSV(B) | 94.44º | 0.42% | 0.5% | - |
| XYZ | 13.88 | 18.47 | 9.31 | - |
| YUV | 112.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 74 | 0.24 | 0 | 0.42 | 0.50 | 94.44 | 0.27 | 0.4 |
| Hex | 61 | 80 | 4A | 18 | 0 | 2A | 32 | 5E | 1B | 28 |
| Octal | 141 | 200 | 112 | 30 | 0 | 52 | 62 | 136 | 33 | 50 |
| Binary | 1100001 | 10000000 | 1001010 | 11000 | 0 | 101010 | 110010 | 1011110 | 11011 | 101000 |
Color Harmonies of #61804A
Complementary color
Monochromatic Colors of #61804A
Black with #61804A
Text Example
Text Example
White with #61804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61804A; }
p { color: rgb(97,128,74); }
H1.HeaderClassName
{
color: #61804A;
}
.AnyTagClassName
{
color: #61804A;
}
</style>
background-color css
<style>
a { background-color: #61804A; }
a { background-color: rgb(97,128,74); }
div.DivClassName
{
background-color: #61804A;
}
.BgClassName
{
background-color: #61804A;
}
</style>
border-color css
<style>
span { border-color: #61804A; }
span { border-color: rgb(97,128,74); }
td.TdClassName
{
border-color: #61804A;
}
.TagClassName
{
border-color: #61804A;
}
</style>