Shades of Trendy Green #71831A
Tints of Trendy Green #71831A
RGB
CMYK
RGB Variations
Color information
#71831A (or 0x71831A) is known color: Trendy Green. HEX triplet: 71, 83 and 1A. RGB value is (113,131,26). Sum of RGB (Red+Green+Blue) = 113+131+26=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #71831A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71831A is #8E7CE5. Grayscale: #727272. Windows color (decimal): -9338086 or 1737585. OLE color: 1737585.
HSL color Cylindrical-coordinate representation of color #71831A: hue angle of 70.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71831A is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 26 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.49 |
| HSL | 70.29º | 0.67% | 0.31% | - |
| HSV(B) | 70.29º | 0.8% | 0.51% | - |
| XYZ | 15.11 | 19.82 | 4.01 | - |
| YUV | 113.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 26 | 0.14 | 0 | 0.80 | 0.49 | 70.29 | 0.67 | 0.31 |
| Hex | 71 | 83 | 1A | E | 0 | 50 | 31 | 46 | 43 | 1F |
| Octal | 161 | 203 | 32 | 16 | 0 | 120 | 61 | 106 | 103 | 37 |
| Binary | 1110001 | 10000011 | 11010 | 1110 | 0 | 1010000 | 110001 | 1000110 | 1000011 | 11111 |
Color Harmonies of #71831A
Complementary color
Monochromatic Colors of #71831A
Black with #71831A
Text Example
Text Example
White with #71831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71831A; }
p { color: rgb(113,131,26); }
H1.HeaderClassName
{
color: #71831A;
}
.AnyTagClassName
{
color: #71831A;
}
</style>
background-color css
<style>
a { background-color: #71831A; }
a { background-color: rgb(113,131,26); }
div.DivClassName
{
background-color: #71831A;
}
.BgClassName
{
background-color: #71831A;
}
</style>
border-color css
<style>
span { border-color: #71831A; }
span { border-color: rgb(113,131,26); }
td.TdClassName
{
border-color: #71831A;
}
.TagClassName
{
border-color: #71831A;
}
</style>