Shades of Trendy Green #71831F
Tints of Trendy Green #71831F
RGB
CMYK
RGB Variations
Color information
#71831F (or 0x71831F) is known color: Trendy Green. HEX triplet: 71, 83 and 1F. RGB value is (113,131,31). Sum of RGB (Red+Green+Blue) = 113+131+31=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #71831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71831F is #8E7CE0. Grayscale: #727272. Windows color (decimal): -9338081 or 2065265. OLE color: 2065265.
HSL color Cylindrical-coordinate representation of color #71831F: hue angle of 70.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71831F is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 31 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.49 |
| HSL | 70.8º | 0.62% | 0.32% | - |
| HSV(B) | 70.8º | 0.76% | 0.51% | - |
| XYZ | 15.17 | 19.84 | 4.33 | - |
| YUV | 114.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 31 | 0.14 | 0 | 0.76 | 0.49 | 70.8 | 0.62 | 0.32 |
| Hex | 71 | 83 | 1F | E | 0 | 4C | 31 | 47 | 3E | 20 |
| Octal | 161 | 203 | 37 | 16 | 0 | 114 | 61 | 107 | 76 | 40 |
| Binary | 1110001 | 10000011 | 11111 | 1110 | 0 | 1001100 | 110001 | 1000111 | 111110 | 100000 |
Color Harmonies of #71831F
Complementary color
Monochromatic Colors of #71831F
Black with #71831F
Text Example
Text Example
White with #71831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71831F; }
p { color: rgb(113,131,31); }
H1.HeaderClassName
{
color: #71831F;
}
.AnyTagClassName
{
color: #71831F;
}
</style>
background-color css
<style>
a { background-color: #71831F; }
a { background-color: rgb(113,131,31); }
div.DivClassName
{
background-color: #71831F;
}
.BgClassName
{
background-color: #71831F;
}
</style>
border-color css
<style>
span { border-color: #71831F; }
span { border-color: rgb(113,131,31); }
td.TdClassName
{
border-color: #71831F;
}
.TagClassName
{
border-color: #71831F;
}
</style>