Shades of Dingley #5A704A
Tints of Dingley #5A704A
RGB
CMYK
RGB Variations
Color information
#5A704A (or 0x5A704A) is known color: Dingley. HEX triplet: 5A, 70 and 4A. RGB value is (90,112,74). Sum of RGB (Red+Green+Blue) = 90+112+74=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #5A704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A704A is #A58FB5. Grayscale: #656565. Windows color (decimal): -10850230 or 4878426. OLE color: 4878426.
HSL color Cylindrical-coordinate representation of color #5A704A: hue angle of 94.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A704A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 74 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.56 |
| HSL | 94.74º | 0.2% | 0.36% | - |
| HSV(B) | 94.74º | 0.34% | 0.44% | - |
| XYZ | 11.25 | 14.26 | 8.64 | - |
| YUV | 101.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 74 | 0.20 | 0 | 0.34 | 0.56 | 94.74 | 0.2 | 0.36 |
| Hex | 5A | 70 | 4A | 14 | 0 | 22 | 38 | 5F | 14 | 24 |
| Octal | 132 | 160 | 112 | 24 | 0 | 42 | 70 | 137 | 24 | 44 |
| Binary | 1011010 | 1110000 | 1001010 | 10100 | 0 | 100010 | 111000 | 1011111 | 10100 | 100100 |
Color Harmonies of #5A704A
Complementary color
Monochromatic Colors of #5A704A
Black with #5A704A
Text Example
Text Example
White with #5A704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A704A; }
p { color: rgb(90,112,74); }
H1.HeaderClassName
{
color: #5A704A;
}
.AnyTagClassName
{
color: #5A704A;
}
</style>
background-color css
<style>
a { background-color: #5A704A; }
a { background-color: rgb(90,112,74); }
div.DivClassName
{
background-color: #5A704A;
}
.BgClassName
{
background-color: #5A704A;
}
</style>
border-color css
<style>
span { border-color: #5A704A; }
span { border-color: rgb(90,112,74); }
td.TdClassName
{
border-color: #5A704A;
}
.TagClassName
{
border-color: #5A704A;
}
</style>