Shades of Dingley #708A48
Tints of Dingley #708A48
RGB
CMYK
RGB Variations
Color information
#708A48 (or 0x708A48) is known color: Dingley. HEX triplet: 70, 8A and 48. RGB value is (112,138,72). Sum of RGB (Red+Green+Blue) = 112+138+72=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #708A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A48 is #8F75B7. Grayscale: #7A7A7A. Windows color (decimal): -9401784 or 4754032. OLE color: 4754032.
HSL color Cylindrical-coordinate representation of color #708A48: hue angle of 83.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708A48 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 72 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.46 |
| HSL | 83.64º | 0.31% | 0.41% | - |
| HSV(B) | 83.64º | 0.48% | 0.54% | - |
| XYZ | 16.94 | 22.09 | 9.5 | - |
| YUV | 122.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 72 | 0.19 | 0 | 0.48 | 0.46 | 83.64 | 0.31 | 0.41 |
| Hex | 70 | 8A | 48 | 13 | 0 | 30 | 2E | 54 | 1F | 29 |
| Octal | 160 | 212 | 110 | 23 | 0 | 60 | 56 | 124 | 37 | 51 |
| Binary | 1110000 | 10001010 | 1001000 | 10011 | 0 | 110000 | 101110 | 1010100 | 11111 | 101001 |
Color Harmonies of #708A48
Complementary color
Monochromatic Colors of #708A48
Black with #708A48
Text Example
Text Example
White with #708A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A48; }
p { color: rgb(112,138,72); }
H1.HeaderClassName
{
color: #708A48;
}
.AnyTagClassName
{
color: #708A48;
}
</style>
background-color css
<style>
a { background-color: #708A48; }
a { background-color: rgb(112,138,72); }
div.DivClassName
{
background-color: #708A48;
}
.BgClassName
{
background-color: #708A48;
}
</style>
border-color css
<style>
span { border-color: #708A48; }
span { border-color: rgb(112,138,72); }
td.TdClassName
{
border-color: #708A48;
}
.TagClassName
{
border-color: #708A48;
}
</style>