Shades of Sushi #70A333
Tints of Sushi #70A333
RGB
CMYK
RGB Variations
Color information
#70A333 (or 0x70A333) is known color: Sushi. HEX triplet: 70, A3 and 33. RGB value is (112,163,51). Sum of RGB (Red+Green+Blue) = 112+163+51=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #70A333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A333 is #8F5CCC. Grayscale: #878787. Windows color (decimal): -9395405 or 3384176. OLE color: 3384176.
HSL color Cylindrical-coordinate representation of color #70A333: hue angle of 87.32º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70A333 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 51 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.36 |
| HSL | 87.32º | 0.52% | 0.42% | - |
| HSV(B) | 87.32º | 0.69% | 0.64% | - |
| XYZ | 20.38 | 29.88 | 7.83 | - |
| YUV | 134.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 51 | 0.31 | 0 | 0.69 | 0.36 | 87.32 | 0.52 | 0.42 |
| Hex | 70 | A3 | 33 | 1F | 0 | 45 | 24 | 57 | 34 | 2A |
| Octal | 160 | 243 | 63 | 37 | 0 | 105 | 44 | 127 | 64 | 52 |
| Binary | 1110000 | 10100011 | 110011 | 11111 | 0 | 1000101 | 100100 | 1010111 | 110100 | 101010 |
Color Harmonies of #70A333
Complementary color
Monochromatic Colors of #70A333
Black with #70A333
Text Example
Text Example
White with #70A333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A333; }
p { color: rgb(112,163,51); }
H1.HeaderClassName
{
color: #70A333;
}
.AnyTagClassName
{
color: #70A333;
}
</style>
background-color css
<style>
a { background-color: #70A333; }
a { background-color: rgb(112,163,51); }
div.DivClassName
{
background-color: #70A333;
}
.BgClassName
{
background-color: #70A333;
}
</style>
border-color css
<style>
span { border-color: #70A333; }
span { border-color: rgb(112,163,51); }
td.TdClassName
{
border-color: #70A333;
}
.TagClassName
{
border-color: #70A333;
}
</style>