Shades of Sushi #71A22C
Tints of Sushi #71A22C
RGB
CMYK
RGB Variations
Color information
#71A22C (or 0x71A22C) is known color: Sushi. HEX triplet: 71, A2 and 2C. RGB value is (113,162,44). Sum of RGB (Red+Green+Blue) = 113+162+44=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #71A22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A22C is #8E5DD3. Grayscale: #868686. Windows color (decimal): -9330132 or 2925169. OLE color: 2925169.
HSL color Cylindrical-coordinate representation of color #71A22C: hue angle of 84.92º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71A22C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 44 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.36 |
| HSL | 84.92º | 0.57% | 0.4% | - |
| HSV(B) | 84.92º | 0.73% | 0.64% | - |
| XYZ | 20.19 | 29.53 | 7.02 | - |
| YUV | 133.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 44 | 0.30 | 0 | 0.73 | 0.36 | 84.92 | 0.57 | 0.4 |
| Hex | 71 | A2 | 2C | 1E | 0 | 49 | 24 | 55 | 39 | 28 |
| Octal | 161 | 242 | 54 | 36 | 0 | 111 | 44 | 125 | 71 | 50 |
| Binary | 1110001 | 10100010 | 101100 | 11110 | 0 | 1001001 | 100100 | 1010101 | 111001 | 101000 |
Color Harmonies of #71A22C
Complementary color
Monochromatic Colors of #71A22C
Black with #71A22C
Text Example
Text Example
White with #71A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A22C; }
p { color: rgb(113,162,44); }
H1.HeaderClassName
{
color: #71A22C;
}
.AnyTagClassName
{
color: #71A22C;
}
</style>
background-color css
<style>
a { background-color: #71A22C; }
a { background-color: rgb(113,162,44); }
div.DivClassName
{
background-color: #71A22C;
}
.BgClassName
{
background-color: #71A22C;
}
</style>
border-color css
<style>
span { border-color: #71A22C; }
span { border-color: rgb(113,162,44); }
td.TdClassName
{
border-color: #71A22C;
}
.TagClassName
{
border-color: #71A22C;
}
</style>