Shades of Sushi #70A139
Tints of Sushi #70A139
RGB
CMYK
RGB Variations
Color information
#70A139 (or 0x70A139) is known color: Sushi. HEX triplet: 70, A1 and 39. RGB value is (112,161,57). Sum of RGB (Red+Green+Blue) = 112+161+57=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #70A139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A139 is #8F5EC6. Grayscale: #868686. Windows color (decimal): -9395911 or 3776880. OLE color: 3776880.
HSL color Cylindrical-coordinate representation of color #70A139: hue angle of 88.27º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70A139 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 57 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.37 |
| HSL | 88.27º | 0.48% | 0.43% | - |
| HSV(B) | 88.27º | 0.65% | 0.63% | - |
| XYZ | 20.17 | 29.23 | 8.45 | - |
| YUV | 134.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 57 | 0.30 | 0 | 0.65 | 0.37 | 88.27 | 0.48 | 0.43 |
| Hex | 70 | A1 | 39 | 1E | 0 | 41 | 25 | 58 | 30 | 2B |
| Octal | 160 | 241 | 71 | 36 | 0 | 101 | 45 | 130 | 60 | 53 |
| Binary | 1110000 | 10100001 | 111001 | 11110 | 0 | 1000001 | 100101 | 1011000 | 110000 | 101011 |
Color Harmonies of #70A139
Complementary color
Monochromatic Colors of #70A139
Black with #70A139
Text Example
Text Example
White with #70A139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A139; }
p { color: rgb(112,161,57); }
H1.HeaderClassName
{
color: #70A139;
}
.AnyTagClassName
{
color: #70A139;
}
</style>
background-color css
<style>
a { background-color: #70A139; }
a { background-color: rgb(112,161,57); }
div.DivClassName
{
background-color: #70A139;
}
.BgClassName
{
background-color: #70A139;
}
</style>
border-color css
<style>
span { border-color: #70A139; }
span { border-color: rgb(112,161,57); }
td.TdClassName
{
border-color: #70A139;
}
.TagClassName
{
border-color: #70A139;
}
</style>