Shades of Dingley #71884B
Tints of Dingley #71884B
RGB
CMYK
RGB Variations
Color information
#71884B (or 0x71884B) is known color: Dingley. HEX triplet: 71, 88 and 4B. RGB value is (113,136,75). Sum of RGB (Red+Green+Blue) = 113+136+75=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #71884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71884B is #8E77B4. Grayscale: #7A7A7A. Windows color (decimal): -9336757 or 4950129. OLE color: 4950129.
HSL color Cylindrical-coordinate representation of color #71884B: hue angle of 82.62º 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 #71884B is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 75 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.47 |
| HSL | 82.62º | 0.29% | 0.41% | - |
| HSV(B) | 82.62º | 0.45% | 0.53% | - |
| XYZ | 16.88 | 21.63 | 9.94 | - |
| YUV | 122.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 75 | 0.17 | 0 | 0.45 | 0.47 | 82.62 | 0.29 | 0.41 |
| Hex | 71 | 88 | 4B | 11 | 0 | 2D | 2F | 53 | 1D | 29 |
| Octal | 161 | 210 | 113 | 21 | 0 | 55 | 57 | 123 | 35 | 51 |
| Binary | 1110001 | 10001000 | 1001011 | 10001 | 0 | 101101 | 101111 | 1010011 | 11101 | 101001 |
Color Harmonies of #71884B
Complementary color
Monochromatic Colors of #71884B
Black with #71884B
Text Example
Text Example
White with #71884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71884B; }
p { color: rgb(113,136,75); }
H1.HeaderClassName
{
color: #71884B;
}
.AnyTagClassName
{
color: #71884B;
}
</style>
background-color css
<style>
a { background-color: #71884B; }
a { background-color: rgb(113,136,75); }
div.DivClassName
{
background-color: #71884B;
}
.BgClassName
{
background-color: #71884B;
}
</style>
border-color css
<style>
span { border-color: #71884B; }
span { border-color: rgb(113,136,75); }
td.TdClassName
{
border-color: #71884B;
}
.TagClassName
{
border-color: #71884B;
}
</style>