Shades of Dingley #71864A
Tints of Dingley #71864A
RGB
CMYK
RGB Variations
Color information
#71864A (or 0x71864A) is known color: Dingley. HEX triplet: 71, 86 and 4A. RGB value is (113,134,74). Sum of RGB (Red+Green+Blue) = 113+134+74=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #71864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71864A is #8E79B5. Grayscale: #797979. Windows color (decimal): -9337270 or 4884081. OLE color: 4884081.
HSL color Cylindrical-coordinate representation of color #71864A: hue angle of 81º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71864A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 134 | 74 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.47 |
| HSL | 81º | 0.29% | 0.41% | - |
| HSV(B) | 81º | 0.45% | 0.53% | - |
| XYZ | 16.57 | 21.06 | 9.67 | - |
| YUV | 120.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 74 | 0.16 | 0 | 0.45 | 0.47 | 81 | 0.29 | 0.41 |
| Hex | 71 | 86 | 4A | 10 | 0 | 2D | 2F | 51 | 1D | 29 |
| Octal | 161 | 206 | 112 | 20 | 0 | 55 | 57 | 121 | 35 | 51 |
| Binary | 1110001 | 10000110 | 1001010 | 10000 | 0 | 101101 | 101111 | 1010001 | 11101 | 101001 |
Color Harmonies of #71864A
Complementary color
Monochromatic Colors of #71864A
Black with #71864A
Text Example
Text Example
White with #71864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71864A; }
p { color: rgb(113,134,74); }
H1.HeaderClassName
{
color: #71864A;
}
.AnyTagClassName
{
color: #71864A;
}
</style>
background-color css
<style>
a { background-color: #71864A; }
a { background-color: rgb(113,134,74); }
div.DivClassName
{
background-color: #71864A;
}
.BgClassName
{
background-color: #71864A;
}
</style>
border-color css
<style>
span { border-color: #71864A; }
span { border-color: rgb(113,134,74); }
td.TdClassName
{
border-color: #71864A;
}
.TagClassName
{
border-color: #71864A;
}
</style>