Shades of Trendy Green #71791B
Tints of Trendy Green #71791B
RGB
CMYK
RGB Variations
Color information
#71791B (or 0x71791B) is known color: Trendy Green. HEX triplet: 71, 79 and 1B. RGB value is (113,121,27). Sum of RGB (Red+Green+Blue) = 113+121+27=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #71791B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71791B is #8E86E4. Grayscale: #6C6C6C. Windows color (decimal): -9340645 or 1800561. OLE color: 1800561.
HSL color Cylindrical-coordinate representation of color #71791B: hue angle of 65.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71791B is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 27 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.53 |
| HSL | 65.11º | 0.64% | 0.29% | - |
| HSV(B) | 65.11º | 0.78% | 0.47% | - |
| XYZ | 13.85 | 17.26 | 3.64 | - |
| YUV | 107.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 27 | 0.07 | 0 | 0.78 | 0.53 | 65.11 | 0.64 | 0.29 |
| Hex | 71 | 79 | 1B | 7 | 0 | 4E | 35 | 41 | 40 | 1D |
| Octal | 161 | 171 | 33 | 7 | 0 | 116 | 65 | 101 | 100 | 35 |
| Binary | 1110001 | 1111001 | 11011 | 111 | 0 | 1001110 | 110101 | 1000001 | 1000000 | 11101 |
Color Harmonies of #71791B
Complementary color
Monochromatic Colors of #71791B
Black with #71791B
Text Example
Text Example
White with #71791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71791B; }
p { color: rgb(113,121,27); }
H1.HeaderClassName
{
color: #71791B;
}
.AnyTagClassName
{
color: #71791B;
}
</style>
background-color css
<style>
a { background-color: #71791B; }
a { background-color: rgb(113,121,27); }
div.DivClassName
{
background-color: #71791B;
}
.BgClassName
{
background-color: #71791B;
}
</style>
border-color css
<style>
span { border-color: #71791B; }
span { border-color: rgb(113,121,27); }
td.TdClassName
{
border-color: #71791B;
}
.TagClassName
{
border-color: #71791B;
}
</style>