Shades of Sushi #70A238
Tints of Sushi #70A238
RGB
CMYK
RGB Variations
Color information
#70A238 (or 0x70A238) is known color: Sushi. HEX triplet: 70, A2 and 38. RGB value is (112,162,56). Sum of RGB (Red+Green+Blue) = 112+162+56=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #70A238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A238 is #8F5DC7. Grayscale: #878787. Windows color (decimal): -9395656 or 3711600. OLE color: 3711600.
HSL color Cylindrical-coordinate representation of color #70A238: hue angle of 88.3º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70A238 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 56 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.36 |
| HSL | 88.3º | 0.49% | 0.43% | - |
| HSV(B) | 88.3º | 0.65% | 0.64% | - |
| XYZ | 20.32 | 29.57 | 8.38 | - |
| YUV | 134.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 56 | 0.31 | 0 | 0.65 | 0.36 | 88.3 | 0.49 | 0.43 |
| Hex | 70 | A2 | 38 | 1F | 0 | 41 | 24 | 58 | 31 | 2B |
| Octal | 160 | 242 | 70 | 37 | 0 | 101 | 44 | 130 | 61 | 53 |
| Binary | 1110000 | 10100010 | 111000 | 11111 | 0 | 1000001 | 100100 | 1011000 | 110001 | 101011 |
Color Harmonies of #70A238
Complementary color
Monochromatic Colors of #70A238
Black with #70A238
Text Example
Text Example
White with #70A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A238; }
p { color: rgb(112,162,56); }
H1.HeaderClassName
{
color: #70A238;
}
.AnyTagClassName
{
color: #70A238;
}
</style>
background-color css
<style>
a { background-color: #70A238; }
a { background-color: rgb(112,162,56); }
div.DivClassName
{
background-color: #70A238;
}
.BgClassName
{
background-color: #70A238;
}
</style>
border-color css
<style>
span { border-color: #70A238; }
span { border-color: rgb(112,162,56); }
td.TdClassName
{
border-color: #70A238;
}
.TagClassName
{
border-color: #70A238;
}
</style>