Shades of Sushi #70943E
Tints of Sushi #70943E
RGB
CMYK
RGB Variations
Color information
#70943E (or 0x70943E) is known color: Sushi. HEX triplet: 70, 94 and 3E. RGB value is (112,148,62). Sum of RGB (Red+Green+Blue) = 112+148+62=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #70943E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70943E is #8F6BC1. Grayscale: #7F7F7F. Windows color (decimal): -9399234 or 4101232. OLE color: 4101232.
HSL color Cylindrical-coordinate representation of color #70943E: hue angle of 85.12º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70943E is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 62 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.42 |
| HSL | 85.12º | 0.41% | 0.41% | - |
| HSV(B) | 85.12º | 0.58% | 0.58% | - |
| XYZ | 18.14 | 24.97 | 8.42 | - |
| YUV | 127.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 62 | 0.24 | 0 | 0.58 | 0.42 | 85.12 | 0.41 | 0.41 |
| Hex | 70 | 94 | 3E | 18 | 0 | 3A | 2A | 55 | 29 | 29 |
| Octal | 160 | 224 | 76 | 30 | 0 | 72 | 52 | 125 | 51 | 51 |
| Binary | 1110000 | 10010100 | 111110 | 11000 | 0 | 111010 | 101010 | 1010101 | 101001 | 101001 |
Color Harmonies of #70943E
Complementary color
Monochromatic Colors of #70943E
Black with #70943E
Text Example
Text Example
White with #70943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70943E; }
p { color: rgb(112,148,62); }
H1.HeaderClassName
{
color: #70943E;
}
.AnyTagClassName
{
color: #70943E;
}
</style>
background-color css
<style>
a { background-color: #70943E; }
a { background-color: rgb(112,148,62); }
div.DivClassName
{
background-color: #70943E;
}
.BgClassName
{
background-color: #70943E;
}
</style>
border-color css
<style>
span { border-color: #70943E; }
span { border-color: rgb(112,148,62); }
td.TdClassName
{
border-color: #70943E;
}
.TagClassName
{
border-color: #70943E;
}
</style>