Shades of Dingley #5A774A
Tints of Dingley #5A774A
RGB
CMYK
RGB Variations
Color information
#5A774A (or 0x5A774A) is known color: Dingley. HEX triplet: 5A, 77 and 4A. RGB value is (90,119,74). Sum of RGB (Red+Green+Blue) = 90+119+74=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #5A774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A774A is #A588B5. Grayscale: #696969. Windows color (decimal): -10848438 or 4880218. OLE color: 4880218.
HSL color Cylindrical-coordinate representation of color #5A774A: hue angle of 98.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A774A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 74 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.53 |
| HSL | 98.67º | 0.23% | 0.38% | - |
| HSV(B) | 98.67º | 0.38% | 0.47% | - |
| XYZ | 12.05 | 15.86 | 8.91 | - |
| YUV | 105.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 74 | 0.24 | 0 | 0.38 | 0.53 | 98.67 | 0.23 | 0.38 |
| Hex | 5A | 77 | 4A | 18 | 0 | 26 | 35 | 63 | 17 | 26 |
| Octal | 132 | 167 | 112 | 30 | 0 | 46 | 65 | 143 | 27 | 46 |
| Binary | 1011010 | 1110111 | 1001010 | 11000 | 0 | 100110 | 110101 | 1100011 | 10111 | 100110 |
Color Harmonies of #5A774A
Complementary color
Monochromatic Colors of #5A774A
Black with #5A774A
Text Example
Text Example
White with #5A774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A774A; }
p { color: rgb(90,119,74); }
H1.HeaderClassName
{
color: #5A774A;
}
.AnyTagClassName
{
color: #5A774A;
}
</style>
background-color css
<style>
a { background-color: #5A774A; }
a { background-color: rgb(90,119,74); }
div.DivClassName
{
background-color: #5A774A;
}
.BgClassName
{
background-color: #5A774A;
}
</style>
border-color css
<style>
span { border-color: #5A774A; }
span { border-color: rgb(90,119,74); }
td.TdClassName
{
border-color: #5A774A;
}
.TagClassName
{
border-color: #5A774A;
}
</style>