Shades of Sushi #70AB33
Tints of Sushi #70AB33
RGB
CMYK
RGB Variations
Color information
#70AB33 (or 0x70AB33) is known color: Sushi. HEX triplet: 70, AB and 33. RGB value is (112,171,51). Sum of RGB (Red+Green+Blue) = 112+171+51=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB33 is #8F54CC. Grayscale: #8C8C8C. Windows color (decimal): -9393357 or 3386224. OLE color: 3386224.
HSL color Cylindrical-coordinate representation of color #70AB33: hue angle of 89.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70AB33 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 51 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.33 |
| HSL | 89.5º | 0.54% | 0.44% | - |
| HSV(B) | 89.5º | 0.7% | 0.67% | - |
| XYZ | 21.84 | 32.81 | 8.31 | - |
| YUV | 139.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 51 | 0.35 | 0 | 0.70 | 0.33 | 89.5 | 0.54 | 0.44 |
| Hex | 70 | AB | 33 | 23 | 0 | 46 | 21 | 5A | 36 | 2C |
| Octal | 160 | 253 | 63 | 43 | 0 | 106 | 41 | 132 | 66 | 54 |
| Binary | 1110000 | 10101011 | 110011 | 100011 | 0 | 1000110 | 100001 | 1011010 | 110110 | 101100 |
Color Harmonies of #70AB33
Complementary color
Monochromatic Colors of #70AB33
Black with #70AB33
Text Example
Text Example
White with #70AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB33; }
p { color: rgb(112,171,51); }
H1.HeaderClassName
{
color: #70AB33;
}
.AnyTagClassName
{
color: #70AB33;
}
</style>
background-color css
<style>
a { background-color: #70AB33; }
a { background-color: rgb(112,171,51); }
div.DivClassName
{
background-color: #70AB33;
}
.BgClassName
{
background-color: #70AB33;
}
</style>
border-color css
<style>
span { border-color: #70AB33; }
span { border-color: rgb(112,171,51); }
td.TdClassName
{
border-color: #70AB33;
}
.TagClassName
{
border-color: #70AB33;
}
</style>