Shades of Dingley #708443
Tints of Dingley #708443
RGB
CMYK
RGB Variations
Color information
#708443 (or 0x708443) is known color: Dingley. HEX triplet: 70, 84 and 43. RGB value is (112,132,67). Sum of RGB (Red+Green+Blue) = 112+132+67=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #708443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708443 is #8F7BBC. Grayscale: #767676. Windows color (decimal): -9403325 or 4424816. OLE color: 4424816.
HSL color Cylindrical-coordinate representation of color #708443: hue angle of 78.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708443 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 67 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.48 |
| HSL | 78.46º | 0.33% | 0.39% | - |
| HSV(B) | 78.46º | 0.49% | 0.52% | - |
| XYZ | 15.95 | 20.35 | 8.4 | - |
| YUV | 118.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 67 | 0.15 | 0 | 0.49 | 0.48 | 78.46 | 0.33 | 0.39 |
| Hex | 70 | 84 | 43 | F | 0 | 31 | 30 | 4E | 21 | 27 |
| Octal | 160 | 204 | 103 | 17 | 0 | 61 | 60 | 116 | 41 | 47 |
| Binary | 1110000 | 10000100 | 1000011 | 1111 | 0 | 110001 | 110000 | 1001110 | 100001 | 100111 |
Color Harmonies of #708443
Complementary color
Monochromatic Colors of #708443
Black with #708443
Text Example
Text Example
White with #708443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708443; }
p { color: rgb(112,132,67); }
H1.HeaderClassName
{
color: #708443;
}
.AnyTagClassName
{
color: #708443;
}
</style>
background-color css
<style>
a { background-color: #708443; }
a { background-color: rgb(112,132,67); }
div.DivClassName
{
background-color: #708443;
}
.BgClassName
{
background-color: #708443;
}
</style>
border-color css
<style>
span { border-color: #708443; }
span { border-color: rgb(112,132,67); }
td.TdClassName
{
border-color: #708443;
}
.TagClassName
{
border-color: #708443;
}
</style>