Shades of Sushi #71A837
Tints of Sushi #71A837
RGB
CMYK
RGB Variations
Color information
#71A837 (or 0x71A837) is known color: Sushi. HEX triplet: 71, A8 and 37. RGB value is (113,168,55). Sum of RGB (Red+Green+Blue) = 113+168+55=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #71A837 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A837 is #8E57C8. Grayscale: #8B8B8B. Windows color (decimal): -9328585 or 3647601. OLE color: 3647601.
HSL color Cylindrical-coordinate representation of color #71A837: hue angle of 89.2º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71A837 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 55 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.34 |
| HSL | 89.2º | 0.51% | 0.44% | - |
| HSV(B) | 89.2º | 0.67% | 0.66% | - |
| XYZ | 21.5 | 31.79 | 8.62 | - |
| YUV | 138.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 55 | 0.33 | 0 | 0.67 | 0.34 | 89.2 | 0.51 | 0.44 |
| Hex | 71 | A8 | 37 | 21 | 0 | 43 | 22 | 59 | 33 | 2C |
| Octal | 161 | 250 | 67 | 41 | 0 | 103 | 42 | 131 | 63 | 54 |
| Binary | 1110001 | 10101000 | 110111 | 100001 | 0 | 1000011 | 100010 | 1011001 | 110011 | 101100 |
Color Harmonies of #71A837
Complementary color
Monochromatic Colors of #71A837
Black with #71A837
Text Example
Text Example
White with #71A837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A837; }
p { color: rgb(113,168,55); }
H1.HeaderClassName
{
color: #71A837;
}
.AnyTagClassName
{
color: #71A837;
}
</style>
background-color css
<style>
a { background-color: #71A837; }
a { background-color: rgb(113,168,55); }
div.DivClassName
{
background-color: #71A837;
}
.BgClassName
{
background-color: #71A837;
}
</style>
border-color css
<style>
span { border-color: #71A837; }
span { border-color: rgb(113,168,55); }
td.TdClassName
{
border-color: #71A837;
}
.TagClassName
{
border-color: #71A837;
}
</style>