Shades of Sushi #70A13B
Tints of Sushi #70A13B
RGB
CMYK
RGB Variations
Color information
#70A13B (or 0x70A13B) is known color: Sushi. HEX triplet: 70, A1 and 3B. RGB value is (112,161,59). Sum of RGB (Red+Green+Blue) = 112+161+59=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #70A13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A13B is #8F5EC4. Grayscale: #878787. Windows color (decimal): -9395909 or 3907952. OLE color: 3907952.
HSL color Cylindrical-coordinate representation of color #70A13B: hue angle of 88.82º 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 #70A13B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 59 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.37 |
| HSL | 88.82º | 0.46% | 0.43% | - |
| HSV(B) | 88.82º | 0.63% | 0.63% | - |
| XYZ | 20.22 | 29.25 | 8.72 | - |
| YUV | 134.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 59 | 0.30 | 0 | 0.63 | 0.37 | 88.82 | 0.46 | 0.43 |
| Hex | 70 | A1 | 3B | 1E | 0 | 3F | 25 | 59 | 2E | 2B |
| Octal | 160 | 241 | 73 | 36 | 0 | 77 | 45 | 131 | 56 | 53 |
| Binary | 1110000 | 10100001 | 111011 | 11110 | 0 | 111111 | 100101 | 1011001 | 101110 | 101011 |
Color Harmonies of #70A13B
Complementary color
Monochromatic Colors of #70A13B
Black with #70A13B
Text Example
Text Example
White with #70A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A13B; }
p { color: rgb(112,161,59); }
H1.HeaderClassName
{
color: #70A13B;
}
.AnyTagClassName
{
color: #70A13B;
}
</style>
background-color css
<style>
a { background-color: #70A13B; }
a { background-color: rgb(112,161,59); }
div.DivClassName
{
background-color: #70A13B;
}
.BgClassName
{
background-color: #70A13B;
}
</style>
border-color css
<style>
span { border-color: #70A13B; }
span { border-color: rgb(112,161,59); }
td.TdClassName
{
border-color: #70A13B;
}
.TagClassName
{
border-color: #70A13B;
}
</style>