Shades of Trendy Green #71802A
Tints of Trendy Green #71802A
RGB
CMYK
RGB Variations
Color information
#71802A (or 0x71802A) is known color: Trendy Green. HEX triplet: 71, 80 and 2A. RGB value is (113,128,42). Sum of RGB (Red+Green+Blue) = 113+128+42=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #71802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71802A is #8E7FD5. Grayscale: #727272. Windows color (decimal): -9338838 or 2785393. OLE color: 2785393.
HSL color Cylindrical-coordinate representation of color #71802A: hue angle of 70.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71802A is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 42 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.50 |
| HSL | 70.47º | 0.51% | 0.33% | - |
| HSV(B) | 70.47º | 0.67% | 0.5% | - |
| XYZ | 14.95 | 19.12 | 5.09 | - |
| YUV | 113.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 42 | 0.12 | 0 | 0.67 | 0.50 | 70.47 | 0.51 | 0.33 |
| Hex | 71 | 80 | 2A | C | 0 | 43 | 32 | 46 | 33 | 21 |
| Octal | 161 | 200 | 52 | 14 | 0 | 103 | 62 | 106 | 63 | 41 |
| Binary | 1110001 | 10000000 | 101010 | 1100 | 0 | 1000011 | 110010 | 1000110 | 110011 | 100001 |
Color Harmonies of #71802A
Complementary color
Monochromatic Colors of #71802A
Black with #71802A
Text Example
Text Example
White with #71802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71802A; }
p { color: rgb(113,128,42); }
H1.HeaderClassName
{
color: #71802A;
}
.AnyTagClassName
{
color: #71802A;
}
</style>
background-color css
<style>
a { background-color: #71802A; }
a { background-color: rgb(113,128,42); }
div.DivClassName
{
background-color: #71802A;
}
.BgClassName
{
background-color: #71802A;
}
</style>
border-color css
<style>
span { border-color: #71802A; }
span { border-color: rgb(113,128,42); }
td.TdClassName
{
border-color: #71802A;
}
.TagClassName
{
border-color: #71802A;
}
</style>