Shades of Sushi #71A032
Tints of Sushi #71A032
RGB
CMYK
RGB Variations
Color information
#71A032 (or 0x71A032) is known color: Sushi. HEX triplet: 71, A0 and 32. RGB value is (113,160,50). Sum of RGB (Red+Green+Blue) = 113+160+50=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #71A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A032 is #8E5FCD. Grayscale: #858585. Windows color (decimal): -9330638 or 3317873. OLE color: 3317873.
HSL color Cylindrical-coordinate representation of color #71A032: hue angle of 85.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71A032 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 50 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.37 |
| HSL | 85.64º | 0.52% | 0.41% | - |
| HSV(B) | 85.64º | 0.69% | 0.63% | - |
| XYZ | 19.96 | 28.88 | 7.54 | - |
| YUV | 133.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 50 | 0.29 | 0 | 0.69 | 0.37 | 85.64 | 0.52 | 0.41 |
| Hex | 71 | A0 | 32 | 1D | 0 | 45 | 25 | 56 | 34 | 29 |
| Octal | 161 | 240 | 62 | 35 | 0 | 105 | 45 | 126 | 64 | 51 |
| Binary | 1110001 | 10100000 | 110010 | 11101 | 0 | 1000101 | 100101 | 1010110 | 110100 | 101001 |
Color Harmonies of #71A032
Complementary color
Monochromatic Colors of #71A032
Black with #71A032
Text Example
Text Example
White with #71A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A032; }
p { color: rgb(113,160,50); }
H1.HeaderClassName
{
color: #71A032;
}
.AnyTagClassName
{
color: #71A032;
}
</style>
background-color css
<style>
a { background-color: #71A032; }
a { background-color: rgb(113,160,50); }
div.DivClassName
{
background-color: #71A032;
}
.BgClassName
{
background-color: #71A032;
}
</style>
border-color css
<style>
span { border-color: #71A032; }
span { border-color: rgb(113,160,50); }
td.TdClassName
{
border-color: #71A032;
}
.TagClassName
{
border-color: #71A032;
}
</style>