Shades of Sushi #71A131
Tints of Sushi #71A131
RGB
CMYK
RGB Variations
Color information
#71A131 (or 0x71A131) is known color: Sushi. HEX triplet: 71, A1 and 31. RGB value is (113,161,49). Sum of RGB (Red+Green+Blue) = 113+161+49=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #71A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A131 is #8E5ECE. Grayscale: #868686. Windows color (decimal): -9330383 or 3252593. OLE color: 3252593.
HSL color Cylindrical-coordinate representation of color #71A131: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71A131 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 49 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.37 |
| HSL | 85.71º | 0.53% | 0.41% | - |
| HSV(B) | 85.71º | 0.7% | 0.63% | - |
| XYZ | 20.11 | 29.22 | 7.49 | - |
| YUV | 133.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 49 | 0.30 | 0 | 0.70 | 0.37 | 85.71 | 0.53 | 0.41 |
| Hex | 71 | A1 | 31 | 1E | 0 | 46 | 25 | 56 | 35 | 29 |
| Octal | 161 | 241 | 61 | 36 | 0 | 106 | 45 | 126 | 65 | 51 |
| Binary | 1110001 | 10100001 | 110001 | 11110 | 0 | 1000110 | 100101 | 1010110 | 110101 | 101001 |
Color Harmonies of #71A131
Complementary color
Monochromatic Colors of #71A131
Black with #71A131
Text Example
Text Example
White with #71A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A131; }
p { color: rgb(113,161,49); }
H1.HeaderClassName
{
color: #71A131;
}
.AnyTagClassName
{
color: #71A131;
}
</style>
background-color css
<style>
a { background-color: #71A131; }
a { background-color: rgb(113,161,49); }
div.DivClassName
{
background-color: #71A131;
}
.BgClassName
{
background-color: #71A131;
}
</style>
border-color css
<style>
span { border-color: #71A131; }
span { border-color: rgb(113,161,49); }
td.TdClassName
{
border-color: #71A131;
}
.TagClassName
{
border-color: #71A131;
}
</style>