Shades of Sushi #70A03B
Tints of Sushi #70A03B
RGB
CMYK
RGB Variations
Color information
#70A03B (or 0x70A03B) is known color: Sushi. HEX triplet: 70, A0 and 3B. RGB value is (112,160,59). Sum of RGB (Red+Green+Blue) = 112+160+59=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #70A03B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A03B is #8F5FC4. Grayscale: #868686. Windows color (decimal): -9396165 or 3907696. OLE color: 3907696.
HSL color Cylindrical-coordinate representation of color #70A03B: hue angle of 88.51º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70A03B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 59 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.37 |
| HSL | 88.51º | 0.46% | 0.43% | - |
| HSV(B) | 88.51º | 0.63% | 0.63% | - |
| XYZ | 20.04 | 28.9 | 8.66 | - |
| YUV | 134.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 59 | 0.30 | 0 | 0.63 | 0.37 | 88.51 | 0.46 | 0.43 |
| Hex | 70 | A0 | 3B | 1E | 0 | 3F | 25 | 59 | 2E | 2B |
| Octal | 160 | 240 | 73 | 36 | 0 | 77 | 45 | 131 | 56 | 53 |
| Binary | 1110000 | 10100000 | 111011 | 11110 | 0 | 111111 | 100101 | 1011001 | 101110 | 101011 |
Color Harmonies of #70A03B
Complementary color
Monochromatic Colors of #70A03B
Black with #70A03B
Text Example
Text Example
White with #70A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A03B; }
p { color: rgb(112,160,59); }
H1.HeaderClassName
{
color: #70A03B;
}
.AnyTagClassName
{
color: #70A03B;
}
</style>
background-color css
<style>
a { background-color: #70A03B; }
a { background-color: rgb(112,160,59); }
div.DivClassName
{
background-color: #70A03B;
}
.BgClassName
{
background-color: #70A03B;
}
</style>
border-color css
<style>
span { border-color: #70A03B; }
span { border-color: rgb(112,160,59); }
td.TdClassName
{
border-color: #70A03B;
}
.TagClassName
{
border-color: #70A03B;
}
</style>