Shades of Trendy Green #72851A
Tints of Trendy Green #72851A
RGB
CMYK
RGB Variations
Color information
#72851A (or 0x72851A) is known color: Trendy Green. HEX triplet: 72, 85 and 1A. RGB value is (114,133,26). Sum of RGB (Red+Green+Blue) = 114+133+26=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #72851A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72851A is #8D7AE5. Grayscale: #737373. Windows color (decimal): -9272038 or 1738098. OLE color: 1738098.
HSL color Cylindrical-coordinate representation of color #72851A: hue angle of 70.65º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72851A is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 26 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.48 |
| HSL | 70.65º | 0.67% | 0.31% | - |
| HSV(B) | 70.65º | 0.8% | 0.52% | - |
| XYZ | 15.51 | 20.43 | 4.1 | - |
| YUV | 115.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 26 | 0.14 | 0 | 0.80 | 0.48 | 70.65 | 0.67 | 0.31 |
| Hex | 72 | 85 | 1A | E | 0 | 50 | 30 | 47 | 43 | 1F |
| Octal | 162 | 205 | 32 | 16 | 0 | 120 | 60 | 107 | 103 | 37 |
| Binary | 1110010 | 10000101 | 11010 | 1110 | 0 | 1010000 | 110000 | 1000111 | 1000011 | 11111 |
Color Harmonies of #72851A
Complementary color
Monochromatic Colors of #72851A
Black with #72851A
Text Example
Text Example
White with #72851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72851A; }
p { color: rgb(114,133,26); }
H1.HeaderClassName
{
color: #72851A;
}
.AnyTagClassName
{
color: #72851A;
}
</style>
background-color css
<style>
a { background-color: #72851A; }
a { background-color: rgb(114,133,26); }
div.DivClassName
{
background-color: #72851A;
}
.BgClassName
{
background-color: #72851A;
}
</style>
border-color css
<style>
span { border-color: #72851A; }
span { border-color: rgb(114,133,26); }
td.TdClassName
{
border-color: #72851A;
}
.TagClassName
{
border-color: #72851A;
}
</style>