Shades of Dingley #5A714A
Tints of Dingley #5A714A
RGB
CMYK
RGB Variations
Color information
#5A714A (or 0x5A714A) is known color: Dingley. HEX triplet: 5A, 71 and 4A. RGB value is (90,113,74). Sum of RGB (Red+Green+Blue) = 90+113+74=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #5A714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A714A is #A58EB5. Grayscale: #656565. Windows color (decimal): -10849974 or 4878682. OLE color: 4878682.
HSL color Cylindrical-coordinate representation of color #5A714A: hue angle of 95.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A714A is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 74 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.56 |
| HSL | 95.38º | 0.21% | 0.37% | - |
| HSV(B) | 95.38º | 0.35% | 0.44% | - |
| XYZ | 11.36 | 14.48 | 8.67 | - |
| YUV | 101.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 74 | 0.20 | 0 | 0.35 | 0.56 | 95.38 | 0.21 | 0.37 |
| Hex | 5A | 71 | 4A | 14 | 0 | 23 | 38 | 5F | 15 | 25 |
| Octal | 132 | 161 | 112 | 24 | 0 | 43 | 70 | 137 | 25 | 45 |
| Binary | 1011010 | 1110001 | 1001010 | 10100 | 0 | 100011 | 111000 | 1011111 | 10101 | 100101 |
Color Harmonies of #5A714A
Complementary color
Monochromatic Colors of #5A714A
Black with #5A714A
Text Example
Text Example
White with #5A714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A714A; }
p { color: rgb(90,113,74); }
H1.HeaderClassName
{
color: #5A714A;
}
.AnyTagClassName
{
color: #5A714A;
}
</style>
background-color css
<style>
a { background-color: #5A714A; }
a { background-color: rgb(90,113,74); }
div.DivClassName
{
background-color: #5A714A;
}
.BgClassName
{
background-color: #5A714A;
}
</style>
border-color css
<style>
span { border-color: #5A714A; }
span { border-color: rgb(90,113,74); }
td.TdClassName
{
border-color: #5A714A;
}
.TagClassName
{
border-color: #5A714A;
}
</style>