Shades of Sushi #70933D
Tints of Sushi #70933D
RGB
CMYK
RGB Variations
Color information
#70933D (or 0x70933D) is known color: Sushi. HEX triplet: 70, 93 and 3D. RGB value is (112,147,61). Sum of RGB (Red+Green+Blue) = 112+147+61=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #70933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70933D is #8F6CC2. Grayscale: #7F7F7F. Windows color (decimal): -9399491 or 4035440. OLE color: 4035440.
HSL color Cylindrical-coordinate representation of color #70933D: hue angle of 84.42º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70933D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 61 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.42 |
| HSL | 84.42º | 0.41% | 0.41% | - |
| HSV(B) | 84.42º | 0.59% | 0.58% | - |
| XYZ | 17.96 | 24.65 | 8.23 | - |
| YUV | 126.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 61 | 0.24 | 0 | 0.59 | 0.42 | 84.42 | 0.41 | 0.41 |
| Hex | 70 | 93 | 3D | 18 | 0 | 3B | 2A | 54 | 29 | 29 |
| Octal | 160 | 223 | 75 | 30 | 0 | 73 | 52 | 124 | 51 | 51 |
| Binary | 1110000 | 10010011 | 111101 | 11000 | 0 | 111011 | 101010 | 1010100 | 101001 | 101001 |
Color Harmonies of #70933D
Complementary color
Monochromatic Colors of #70933D
Black with #70933D
Text Example
Text Example
White with #70933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70933D; }
p { color: rgb(112,147,61); }
H1.HeaderClassName
{
color: #70933D;
}
.AnyTagClassName
{
color: #70933D;
}
</style>
background-color css
<style>
a { background-color: #70933D; }
a { background-color: rgb(112,147,61); }
div.DivClassName
{
background-color: #70933D;
}
.BgClassName
{
background-color: #70933D;
}
</style>
border-color css
<style>
span { border-color: #70933D; }
span { border-color: rgb(112,147,61); }
td.TdClassName
{
border-color: #70933D;
}
.TagClassName
{
border-color: #70933D;
}
</style>