Shades of Sushi #718D41
Tints of Sushi #718D41
RGB
CMYK
RGB Variations
Color information
#718D41 (or 0x718D41) is known color: Sushi. HEX triplet: 71, 8D and 41. RGB value is (113,141,65). Sum of RGB (Red+Green+Blue) = 113+141+65=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #718D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D41 is #8E72BE. Grayscale: #7C7C7C. Windows color (decimal): -9335487 or 4296049. OLE color: 4296049.
HSL color Cylindrical-coordinate representation of color #718D41: hue angle of 82.11º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #718D41 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 65 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.45 |
| HSL | 82.11º | 0.37% | 0.4% | - |
| HSV(B) | 82.11º | 0.54% | 0.55% | - |
| XYZ | 17.29 | 22.94 | 8.52 | - |
| YUV | 123.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 65 | 0.20 | 0 | 0.54 | 0.45 | 82.11 | 0.37 | 0.4 |
| Hex | 71 | 8D | 41 | 14 | 0 | 36 | 2D | 52 | 25 | 28 |
| Octal | 161 | 215 | 101 | 24 | 0 | 66 | 55 | 122 | 45 | 50 |
| Binary | 1110001 | 10001101 | 1000001 | 10100 | 0 | 110110 | 101101 | 1010010 | 100101 | 101000 |
Color Harmonies of #718D41
Complementary color
Monochromatic Colors of #718D41
Black with #718D41
Text Example
Text Example
White with #718D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D41; }
p { color: rgb(113,141,65); }
H1.HeaderClassName
{
color: #718D41;
}
.AnyTagClassName
{
color: #718D41;
}
</style>
background-color css
<style>
a { background-color: #718D41; }
a { background-color: rgb(113,141,65); }
div.DivClassName
{
background-color: #718D41;
}
.BgClassName
{
background-color: #718D41;
}
</style>
border-color css
<style>
span { border-color: #718D41; }
span { border-color: rgb(113,141,65); }
td.TdClassName
{
border-color: #718D41;
}
.TagClassName
{
border-color: #718D41;
}
</style>