Shades of Dingley #61794A
Tints of Dingley #61794A
RGB
CMYK
RGB Variations
Color information
#61794A (or 0x61794A) is known color: Dingley. HEX triplet: 61, 79 and 4A. RGB value is (97,121,74). Sum of RGB (Red+Green+Blue) = 97+121+74=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #61794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61794A is #9E86B5. Grayscale: #6C6C6C. Windows color (decimal): -10389174 or 4880737. OLE color: 4880737.
HSL color Cylindrical-coordinate representation of color #61794A: hue angle of 90.64º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61794A is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 121 | 74 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.53 |
| HSL | 90.64º | 0.24% | 0.38% | - |
| HSV(B) | 90.64º | 0.39% | 0.47% | - |
| XYZ | 13 | 16.71 | 9.02 | - |
| YUV | 108.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 121 | 74 | 0.20 | 0 | 0.39 | 0.53 | 90.64 | 0.24 | 0.38 |
| Hex | 61 | 79 | 4A | 14 | 0 | 27 | 35 | 5B | 18 | 26 |
| Octal | 141 | 171 | 112 | 24 | 0 | 47 | 65 | 133 | 30 | 46 |
| Binary | 1100001 | 1111001 | 1001010 | 10100 | 0 | 100111 | 110101 | 1011011 | 11000 | 100110 |
Color Harmonies of #61794A
Complementary color
Monochromatic Colors of #61794A
Black with #61794A
Text Example
Text Example
White with #61794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61794A; }
p { color: rgb(97,121,74); }
H1.HeaderClassName
{
color: #61794A;
}
.AnyTagClassName
{
color: #61794A;
}
</style>
background-color css
<style>
a { background-color: #61794A; }
a { background-color: rgb(97,121,74); }
div.DivClassName
{
background-color: #61794A;
}
.BgClassName
{
background-color: #61794A;
}
</style>
border-color css
<style>
span { border-color: #61794A; }
span { border-color: rgb(97,121,74); }
td.TdClassName
{
border-color: #61794A;
}
.TagClassName
{
border-color: #61794A;
}
</style>