Shades of Sushi #70A736
Tints of Sushi #70A736
RGB
CMYK
RGB Variations
Color information
#70A736 (or 0x70A736) is known color: Sushi. HEX triplet: 70, A7 and 36. RGB value is (112,167,54). Sum of RGB (Red+Green+Blue) = 112+167+54=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #70A736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A736 is #8F58C9. Grayscale: #8A8A8A. Windows color (decimal): -9394378 or 3581808. OLE color: 3581808.
HSL color Cylindrical-coordinate representation of color #70A736: hue angle of 89.2º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70A736 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 167 | 54 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.35 |
| HSL | 89.2º | 0.51% | 0.43% | - |
| HSV(B) | 89.2º | 0.68% | 0.65% | - |
| XYZ | 21.17 | 31.35 | 8.43 | - |
| YUV | 137.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 54 | 0.33 | 0 | 0.68 | 0.35 | 89.2 | 0.51 | 0.43 |
| Hex | 70 | A7 | 36 | 21 | 0 | 44 | 23 | 59 | 33 | 2B |
| Octal | 160 | 247 | 66 | 41 | 0 | 104 | 43 | 131 | 63 | 53 |
| Binary | 1110000 | 10100111 | 110110 | 100001 | 0 | 1000100 | 100011 | 1011001 | 110011 | 101011 |
Color Harmonies of #70A736
Complementary color
Monochromatic Colors of #70A736
Black with #70A736
Text Example
Text Example
White with #70A736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A736; }
p { color: rgb(112,167,54); }
H1.HeaderClassName
{
color: #70A736;
}
.AnyTagClassName
{
color: #70A736;
}
</style>
background-color css
<style>
a { background-color: #70A736; }
a { background-color: rgb(112,167,54); }
div.DivClassName
{
background-color: #70A736;
}
.BgClassName
{
background-color: #70A736;
}
</style>
border-color css
<style>
span { border-color: #70A736; }
span { border-color: rgb(112,167,54); }
td.TdClassName
{
border-color: #70A736;
}
.TagClassName
{
border-color: #70A736;
}
</style>