Shades of Trendy Green #71791A
Tints of Trendy Green #71791A
RGB
CMYK
RGB Variations
Color information
#71791A (or 0x71791A) is known color: Trendy Green. HEX triplet: 71, 79 and 1A. RGB value is (113,121,26). Sum of RGB (Red+Green+Blue) = 113+121+26=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #71791A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71791A is #8E86E5. Grayscale: #6C6C6C. Windows color (decimal): -9340646 or 1735025. OLE color: 1735025.
HSL color Cylindrical-coordinate representation of color #71791A: hue angle of 65.05º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71791A is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 26 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.53 |
| HSL | 65.05º | 0.65% | 0.29% | - |
| HSV(B) | 65.05º | 0.79% | 0.47% | - |
| XYZ | 13.83 | 17.26 | 3.58 | - |
| YUV | 107.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 26 | 0.07 | 0 | 0.79 | 0.53 | 65.05 | 0.65 | 0.29 |
| Hex | 71 | 79 | 1A | 7 | 0 | 4F | 35 | 41 | 41 | 1D |
| Octal | 161 | 171 | 32 | 7 | 0 | 117 | 65 | 101 | 101 | 35 |
| Binary | 1110001 | 1111001 | 11010 | 111 | 0 | 1001111 | 110101 | 1000001 | 1000001 | 11101 |
Color Harmonies of #71791A
Complementary color
Monochromatic Colors of #71791A
Black with #71791A
Text Example
Text Example
White with #71791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71791A; }
p { color: rgb(113,121,26); }
H1.HeaderClassName
{
color: #71791A;
}
.AnyTagClassName
{
color: #71791A;
}
</style>
background-color css
<style>
a { background-color: #71791A; }
a { background-color: rgb(113,121,26); }
div.DivClassName
{
background-color: #71791A;
}
.BgClassName
{
background-color: #71791A;
}
</style>
border-color css
<style>
span { border-color: #71791A; }
span { border-color: rgb(113,121,26); }
td.TdClassName
{
border-color: #71791A;
}
.TagClassName
{
border-color: #71791A;
}
</style>