Shades of Trendy Green #72851D
Tints of Trendy Green #72851D
RGB
CMYK
RGB Variations
Color information
#72851D (or 0x72851D) is known color: Trendy Green. HEX triplet: 72, 85 and 1D. RGB value is (114,133,29). Sum of RGB (Red+Green+Blue) = 114+133+29=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #72851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72851D is #8D7AE2. Grayscale: #737373. Windows color (decimal): -9272035 or 1934706. OLE color: 1934706.
HSL color Cylindrical-coordinate representation of color #72851D: hue angle of 70.96º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72851D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 29 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.48 |
| HSL | 70.96º | 0.64% | 0.32% | - |
| HSV(B) | 70.96º | 0.78% | 0.52% | - |
| XYZ | 15.55 | 20.44 | 4.29 | - |
| YUV | 115.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 29 | 0.14 | 0 | 0.78 | 0.48 | 70.96 | 0.64 | 0.32 |
| Hex | 72 | 85 | 1D | E | 0 | 4E | 30 | 47 | 40 | 20 |
| Octal | 162 | 205 | 35 | 16 | 0 | 116 | 60 | 107 | 100 | 40 |
| Binary | 1110010 | 10000101 | 11101 | 1110 | 0 | 1001110 | 110000 | 1000111 | 1000000 | 100000 |
Color Harmonies of #72851D
Complementary color
Monochromatic Colors of #72851D
Black with #72851D
Text Example
Text Example
White with #72851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72851D; }
p { color: rgb(114,133,29); }
H1.HeaderClassName
{
color: #72851D;
}
.AnyTagClassName
{
color: #72851D;
}
</style>
background-color css
<style>
a { background-color: #72851D; }
a { background-color: rgb(114,133,29); }
div.DivClassName
{
background-color: #72851D;
}
.BgClassName
{
background-color: #72851D;
}
</style>
border-color css
<style>
span { border-color: #72851D; }
span { border-color: rgb(114,133,29); }
td.TdClassName
{
border-color: #72851D;
}
.TagClassName
{
border-color: #72851D;
}
</style>