Shades of Sushi #70A739
Tints of Sushi #70A739
RGB
CMYK
RGB Variations
Color information
#70A739 (or 0x70A739) is known color: Sushi. HEX triplet: 70, A7 and 39. RGB value is (112,167,57). Sum of RGB (Red+Green+Blue) = 112+167+57=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #70A739 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A739 is #8F58C6. Grayscale: #8A8A8A. Windows color (decimal): -9394375 or 3778416. OLE color: 3778416.
HSL color Cylindrical-coordinate representation of color #70A739: hue angle of 90º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70A739 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 167 | 57 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.35 |
| HSL | 90º | 0.49% | 0.44% | - |
| HSV(B) | 90º | 0.66% | 0.65% | - |
| XYZ | 21.24 | 31.38 | 8.81 | - |
| YUV | 138.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 57 | 0.33 | 0 | 0.66 | 0.35 | 90 | 0.49 | 0.44 |
| Hex | 70 | A7 | 39 | 21 | 0 | 42 | 23 | 5A | 31 | 2C |
| Octal | 160 | 247 | 71 | 41 | 0 | 102 | 43 | 132 | 61 | 54 |
| Binary | 1110000 | 10100111 | 111001 | 100001 | 0 | 1000010 | 100011 | 1011010 | 110001 | 101100 |
Color Harmonies of #70A739
Complementary color
Monochromatic Colors of #70A739
Black with #70A739
Text Example
Text Example
White with #70A739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A739; }
p { color: rgb(112,167,57); }
H1.HeaderClassName
{
color: #70A739;
}
.AnyTagClassName
{
color: #70A739;
}
</style>
background-color css
<style>
a { background-color: #70A739; }
a { background-color: rgb(112,167,57); }
div.DivClassName
{
background-color: #70A739;
}
.BgClassName
{
background-color: #70A739;
}
</style>
border-color css
<style>
span { border-color: #70A739; }
span { border-color: rgb(112,167,57); }
td.TdClassName
{
border-color: #70A739;
}
.TagClassName
{
border-color: #70A739;
}
</style>