Shades of Dingley #71884A
Tints of Dingley #71884A
RGB
CMYK
RGB Variations
Color information
#71884A (or 0x71884A) is known color: Dingley. HEX triplet: 71, 88 and 4A. RGB value is (113,136,74). Sum of RGB (Red+Green+Blue) = 113+136+74=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #71884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71884A is #8E77B5. Grayscale: #7A7A7A. Windows color (decimal): -9336758 or 4884593. OLE color: 4884593.
HSL color Cylindrical-coordinate representation of color #71884A: hue angle of 82.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71884A is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 74 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.47 |
| HSL | 82.26º | 0.3% | 0.41% | - |
| HSV(B) | 82.26º | 0.46% | 0.53% | - |
| XYZ | 16.85 | 21.61 | 9.76 | - |
| YUV | 122.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 74 | 0.17 | 0 | 0.46 | 0.47 | 82.26 | 0.3 | 0.41 |
| Hex | 71 | 88 | 4A | 11 | 0 | 2E | 2F | 52 | 1E | 29 |
| Octal | 161 | 210 | 112 | 21 | 0 | 56 | 57 | 122 | 36 | 51 |
| Binary | 1110001 | 10001000 | 1001010 | 10001 | 0 | 101110 | 101111 | 1010010 | 11110 | 101001 |
Color Harmonies of #71884A
Complementary color
Monochromatic Colors of #71884A
Black with #71884A
Text Example
Text Example
White with #71884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71884A; }
p { color: rgb(113,136,74); }
H1.HeaderClassName
{
color: #71884A;
}
.AnyTagClassName
{
color: #71884A;
}
</style>
background-color css
<style>
a { background-color: #71884A; }
a { background-color: rgb(113,136,74); }
div.DivClassName
{
background-color: #71884A;
}
.BgClassName
{
background-color: #71884A;
}
</style>
border-color css
<style>
span { border-color: #71884A; }
span { border-color: rgb(113,136,74); }
td.TdClassName
{
border-color: #71884A;
}
.TagClassName
{
border-color: #71884A;
}
</style>