Shades of Sushi #718C3C
Tints of Sushi #718C3C
RGB
CMYK
RGB Variations
Color information
#718C3C (or 0x718C3C) is known color: Sushi. HEX triplet: 71, 8C and 3C. RGB value is (113,140,60). Sum of RGB (Red+Green+Blue) = 113+140+60=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #718C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C3C is #8E73C3. Grayscale: #7B7B7B. Windows color (decimal): -9335748 or 3968113. OLE color: 3968113.
HSL color Cylindrical-coordinate representation of color #718C3C: hue angle of 80.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #718C3C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 60 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.45 |
| HSL | 80.25º | 0.4% | 0.39% | - |
| HSV(B) | 80.25º | 0.57% | 0.55% | - |
| XYZ | 17 | 22.59 | 7.74 | - |
| YUV | 122.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 60 | 0.19 | 0 | 0.57 | 0.45 | 80.25 | 0.4 | 0.39 |
| Hex | 71 | 8C | 3C | 13 | 0 | 39 | 2D | 50 | 28 | 27 |
| Octal | 161 | 214 | 74 | 23 | 0 | 71 | 55 | 120 | 50 | 47 |
| Binary | 1110001 | 10001100 | 111100 | 10011 | 0 | 111001 | 101101 | 1010000 | 101000 | 100111 |
Color Harmonies of #718C3C
Complementary color
Monochromatic Colors of #718C3C
Black with #718C3C
Text Example
Text Example
White with #718C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C3C; }
p { color: rgb(113,140,60); }
H1.HeaderClassName
{
color: #718C3C;
}
.AnyTagClassName
{
color: #718C3C;
}
</style>
background-color css
<style>
a { background-color: #718C3C; }
a { background-color: rgb(113,140,60); }
div.DivClassName
{
background-color: #718C3C;
}
.BgClassName
{
background-color: #718C3C;
}
</style>
border-color css
<style>
span { border-color: #718C3C; }
span { border-color: rgb(113,140,60); }
td.TdClassName
{
border-color: #718C3C;
}
.TagClassName
{
border-color: #718C3C;
}
</style>