Shades of Dingley #5C704C
Tints of Dingley #5C704C
RGB
CMYK
RGB Variations
Color information
#5C704C (or 0x5C704C) is known color: Dingley. HEX triplet: 5C, 70 and 4C. RGB value is (92,112,76). Sum of RGB (Red+Green+Blue) = 92+112+76=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #5C704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C704C is #A38FB3. Grayscale: #666666. Windows color (decimal): -10719156 or 5009500. OLE color: 5009500.
HSL color Cylindrical-coordinate representation of color #5C704C: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C704C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 76 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.56 |
| HSL | 93.33º | 0.19% | 0.37% | - |
| HSV(B) | 93.33º | 0.32% | 0.44% | - |
| XYZ | 11.51 | 14.39 | 9.01 | - |
| YUV | 101.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 76 | 0.18 | 0 | 0.32 | 0.56 | 93.33 | 0.19 | 0.37 |
| Hex | 5C | 70 | 4C | 12 | 0 | 20 | 38 | 5D | 13 | 25 |
| Octal | 134 | 160 | 114 | 22 | 0 | 40 | 70 | 135 | 23 | 45 |
| Binary | 1011100 | 1110000 | 1001100 | 10010 | 0 | 100000 | 111000 | 1011101 | 10011 | 100101 |
Color Harmonies of #5C704C
Complementary color
Monochromatic Colors of #5C704C
Black with #5C704C
Text Example
Text Example
White with #5C704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C704C; }
p { color: rgb(92,112,76); }
H1.HeaderClassName
{
color: #5C704C;
}
.AnyTagClassName
{
color: #5C704C;
}
</style>
background-color css
<style>
a { background-color: #5C704C; }
a { background-color: rgb(92,112,76); }
div.DivClassName
{
background-color: #5C704C;
}
.BgClassName
{
background-color: #5C704C;
}
</style>
border-color css
<style>
span { border-color: #5C704C; }
span { border-color: rgb(92,112,76); }
td.TdClassName
{
border-color: #5C704C;
}
.TagClassName
{
border-color: #5C704C;
}
</style>