Shades of Dingley #72864A
Tints of Dingley #72864A
RGB
CMYK
RGB Variations
Color information
#72864A (or 0x72864A) is known color: Dingley. HEX triplet: 72, 86 and 4A. RGB value is (114,134,74). Sum of RGB (Red+Green+Blue) = 114+134+74=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #72864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72864A is #8D79B5. Grayscale: #797979. Windows color (decimal): -9271734 or 4884082. OLE color: 4884082.
HSL color Cylindrical-coordinate representation of color #72864A: hue angle of 80º 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 #72864A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 74 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.47 |
| HSL | 80º | 0.29% | 0.41% | - |
| HSV(B) | 80º | 0.45% | 0.53% | - |
| XYZ | 16.7 | 21.12 | 9.68 | - |
| YUV | 121.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 74 | 0.15 | 0 | 0.45 | 0.47 | 80 | 0.29 | 0.41 |
| Hex | 72 | 86 | 4A | F | 0 | 2D | 2F | 50 | 1D | 29 |
| Octal | 162 | 206 | 112 | 17 | 0 | 55 | 57 | 120 | 35 | 51 |
| Binary | 1110010 | 10000110 | 1001010 | 1111 | 0 | 101101 | 101111 | 1010000 | 11101 | 101001 |
Color Harmonies of #72864A
Complementary color
Monochromatic Colors of #72864A
Black with #72864A
Text Example
Text Example
White with #72864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72864A; }
p { color: rgb(114,134,74); }
H1.HeaderClassName
{
color: #72864A;
}
.AnyTagClassName
{
color: #72864A;
}
</style>
background-color css
<style>
a { background-color: #72864A; }
a { background-color: rgb(114,134,74); }
div.DivClassName
{
background-color: #72864A;
}
.BgClassName
{
background-color: #72864A;
}
</style>
border-color css
<style>
span { border-color: #72864A; }
span { border-color: rgb(114,134,74); }
td.TdClassName
{
border-color: #72864A;
}
.TagClassName
{
border-color: #72864A;
}
</style>