Shades of Sushi #71A231
Tints of Sushi #71A231
RGB
CMYK
RGB Variations
Color information
#71A231 (or 0x71A231) is known color: Sushi. HEX triplet: 71, A2 and 31. RGB value is (113,162,49). Sum of RGB (Red+Green+Blue) = 113+162+49=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #71A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A231 is #8E5DCE. Grayscale: #868686. Windows color (decimal): -9330127 or 3252849. OLE color: 3252849.
HSL color Cylindrical-coordinate representation of color #71A231: hue angle of 86.02º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71A231 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 49 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.36 |
| HSL | 86.02º | 0.54% | 0.41% | - |
| HSV(B) | 86.02º | 0.7% | 0.64% | - |
| XYZ | 20.28 | 29.57 | 7.54 | - |
| YUV | 134.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 49 | 0.30 | 0 | 0.70 | 0.36 | 86.02 | 0.54 | 0.41 |
| Hex | 71 | A2 | 31 | 1E | 0 | 46 | 24 | 56 | 36 | 29 |
| Octal | 161 | 242 | 61 | 36 | 0 | 106 | 44 | 126 | 66 | 51 |
| Binary | 1110001 | 10100010 | 110001 | 11110 | 0 | 1000110 | 100100 | 1010110 | 110110 | 101001 |
Color Harmonies of #71A231
Complementary color
Monochromatic Colors of #71A231
Black with #71A231
Text Example
Text Example
White with #71A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A231; }
p { color: rgb(113,162,49); }
H1.HeaderClassName
{
color: #71A231;
}
.AnyTagClassName
{
color: #71A231;
}
</style>
background-color css
<style>
a { background-color: #71A231; }
a { background-color: rgb(113,162,49); }
div.DivClassName
{
background-color: #71A231;
}
.BgClassName
{
background-color: #71A231;
}
</style>
border-color css
<style>
span { border-color: #71A231; }
span { border-color: rgb(113,162,49); }
td.TdClassName
{
border-color: #71A231;
}
.TagClassName
{
border-color: #71A231;
}
</style>