Shades of Trendy Green #71822A
Tints of Trendy Green #71822A
RGB
CMYK
RGB Variations
Color information
#71822A (or 0x71822A) is known color: Trendy Green. HEX triplet: 71, 82 and 2A. RGB value is (113,130,42). Sum of RGB (Red+Green+Blue) = 113+130+42=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #71822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71822A is #8E7DD5. Grayscale: #737373. Windows color (decimal): -9338326 or 2785905. OLE color: 2785905.
HSL color Cylindrical-coordinate representation of color #71822A: hue angle of 71.59º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71822A is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 42 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.49 |
| HSL | 71.59º | 0.51% | 0.34% | - |
| HSV(B) | 71.59º | 0.68% | 0.51% | - |
| XYZ | 15.21 | 19.64 | 5.18 | - |
| YUV | 114.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 42 | 0.13 | 0 | 0.68 | 0.49 | 71.59 | 0.51 | 0.34 |
| Hex | 71 | 82 | 2A | D | 0 | 44 | 31 | 48 | 33 | 22 |
| Octal | 161 | 202 | 52 | 15 | 0 | 104 | 61 | 110 | 63 | 42 |
| Binary | 1110001 | 10000010 | 101010 | 1101 | 0 | 1000100 | 110001 | 1001000 | 110011 | 100010 |
Color Harmonies of #71822A
Complementary color
Monochromatic Colors of #71822A
Black with #71822A
Text Example
Text Example
White with #71822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71822A; }
p { color: rgb(113,130,42); }
H1.HeaderClassName
{
color: #71822A;
}
.AnyTagClassName
{
color: #71822A;
}
</style>
background-color css
<style>
a { background-color: #71822A; }
a { background-color: rgb(113,130,42); }
div.DivClassName
{
background-color: #71822A;
}
.BgClassName
{
background-color: #71822A;
}
</style>
border-color css
<style>
span { border-color: #71822A; }
span { border-color: rgb(113,130,42); }
td.TdClassName
{
border-color: #71822A;
}
.TagClassName
{
border-color: #71822A;
}
</style>