Shades of Trendy Green #71821C
Tints of Trendy Green #71821C
RGB
CMYK
RGB Variations
Color information
#71821C (or 0x71821C) is known color: Trendy Green. HEX triplet: 71, 82 and 1C. RGB value is (113,130,28). Sum of RGB (Red+Green+Blue) = 113+130+28=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #71821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71821C is #8E7DE3. Grayscale: #717171. Windows color (decimal): -9338340 or 1868401. OLE color: 1868401.
HSL color Cylindrical-coordinate representation of color #71821C: hue angle of 70º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71821C is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 28 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.49 |
| HSL | 70º | 0.65% | 0.31% | - |
| HSV(B) | 70º | 0.78% | 0.51% | - |
| XYZ | 15 | 19.56 | 4.08 | - |
| YUV | 113.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 28 | 0.13 | 0 | 0.78 | 0.49 | 70 | 0.65 | 0.31 |
| Hex | 71 | 82 | 1C | D | 0 | 4E | 31 | 46 | 41 | 1F |
| Octal | 161 | 202 | 34 | 15 | 0 | 116 | 61 | 106 | 101 | 37 |
| Binary | 1110001 | 10000010 | 11100 | 1101 | 0 | 1001110 | 110001 | 1000110 | 1000001 | 11111 |
Color Harmonies of #71821C
Complementary color
Monochromatic Colors of #71821C
Black with #71821C
Text Example
Text Example
White with #71821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71821C; }
p { color: rgb(113,130,28); }
H1.HeaderClassName
{
color: #71821C;
}
.AnyTagClassName
{
color: #71821C;
}
</style>
background-color css
<style>
a { background-color: #71821C; }
a { background-color: rgb(113,130,28); }
div.DivClassName
{
background-color: #71821C;
}
.BgClassName
{
background-color: #71821C;
}
</style>
border-color css
<style>
span { border-color: #71821C; }
span { border-color: rgb(113,130,28); }
td.TdClassName
{
border-color: #71821C;
}
.TagClassName
{
border-color: #71821C;
}
</style>