Shades of Sushi #718D40
Tints of Sushi #718D40
RGB
CMYK
RGB Variations
Color information
#718D40 (or 0x718D40) is known color: Sushi. HEX triplet: 71, 8D and 40. RGB value is (113,141,64). Sum of RGB (Red+Green+Blue) = 113+141+64=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #718D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D40 is #8E72BF. Grayscale: #7C7C7C. Windows color (decimal): -9335488 or 4230513. OLE color: 4230513.
HSL color Cylindrical-coordinate representation of color #718D40: hue angle of 81.82º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #718D40 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 64 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.45 |
| HSL | 81.82º | 0.38% | 0.4% | - |
| HSV(B) | 81.82º | 0.55% | 0.55% | - |
| XYZ | 17.26 | 22.93 | 8.37 | - |
| YUV | 123.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 64 | 0.20 | 0 | 0.55 | 0.45 | 81.82 | 0.38 | 0.4 |
| Hex | 71 | 8D | 40 | 14 | 0 | 37 | 2D | 52 | 26 | 28 |
| Octal | 161 | 215 | 100 | 24 | 0 | 67 | 55 | 122 | 46 | 50 |
| Binary | 1110001 | 10001101 | 1000000 | 10100 | 0 | 110111 | 101101 | 1010010 | 100110 | 101000 |
Color Harmonies of #718D40
Complementary color
Monochromatic Colors of #718D40
Black with #718D40
Text Example
Text Example
White with #718D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D40; }
p { color: rgb(113,141,64); }
H1.HeaderClassName
{
color: #718D40;
}
.AnyTagClassName
{
color: #718D40;
}
</style>
background-color css
<style>
a { background-color: #718D40; }
a { background-color: rgb(113,141,64); }
div.DivClassName
{
background-color: #718D40;
}
.BgClassName
{
background-color: #718D40;
}
</style>
border-color css
<style>
span { border-color: #718D40; }
span { border-color: rgb(113,141,64); }
td.TdClassName
{
border-color: #718D40;
}
.TagClassName
{
border-color: #718D40;
}
</style>