Shades of Sushi #71A141
Tints of Sushi #71A141
RGB
CMYK
RGB Variations
Color information
#71A141 (or 0x71A141) is known color: Sushi. HEX triplet: 71, A1 and 41. RGB value is (113,161,65). Sum of RGB (Red+Green+Blue) = 113+161+65=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #71A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A141 is #8E5EBE. Grayscale: #888888. Windows color (decimal): -9330367 or 4301169. OLE color: 4301169.
HSL color Cylindrical-coordinate representation of color #71A141: hue angle of 90º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71A141 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 65 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.37 |
| HSL | 90º | 0.42% | 0.44% | - |
| HSV(B) | 90º | 0.6% | 0.63% | - |
| XYZ | 20.51 | 29.38 | 9.59 | - |
| YUV | 135.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 65 | 0.30 | 0 | 0.60 | 0.37 | 90 | 0.42 | 0.44 |
| Hex | 71 | A1 | 41 | 1E | 0 | 3C | 25 | 5A | 2A | 2C |
| Octal | 161 | 241 | 101 | 36 | 0 | 74 | 45 | 132 | 52 | 54 |
| Binary | 1110001 | 10100001 | 1000001 | 11110 | 0 | 111100 | 100101 | 1011010 | 101010 | 101100 |
Color Harmonies of #71A141
Complementary color
Monochromatic Colors of #71A141
Black with #71A141
Text Example
Text Example
White with #71A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A141; }
p { color: rgb(113,161,65); }
H1.HeaderClassName
{
color: #71A141;
}
.AnyTagClassName
{
color: #71A141;
}
</style>
background-color css
<style>
a { background-color: #71A141; }
a { background-color: rgb(113,161,65); }
div.DivClassName
{
background-color: #71A141;
}
.BgClassName
{
background-color: #71A141;
}
</style>
border-color css
<style>
span { border-color: #71A141; }
span { border-color: rgb(113,161,65); }
td.TdClassName
{
border-color: #71A141;
}
.TagClassName
{
border-color: #71A141;
}
</style>