Shades of Sushi #70AD36
Tints of Sushi #70AD36
RGB
CMYK
RGB Variations
Color information
#70AD36 (or 0x70AD36) is known color: Sushi. HEX triplet: 70, AD and 36. RGB value is (112,173,54). Sum of RGB (Red+Green+Blue) = 112+173+54=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AD36 is #8F52C9. Grayscale: #8D8D8D. Windows color (decimal): -9392842 or 3583344. OLE color: 3583344.
HSL color Cylindrical-coordinate representation of color #70AD36: hue angle of 90.76º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70AD36 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 54 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.32 |
| HSL | 90.76º | 0.52% | 0.45% | - |
| HSV(B) | 90.76º | 0.69% | 0.68% | - |
| XYZ | 22.29 | 33.6 | 8.8 | - |
| YUV | 141.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 54 | 0.35 | 0 | 0.69 | 0.32 | 90.76 | 0.52 | 0.45 |
| Hex | 70 | AD | 36 | 23 | 0 | 45 | 20 | 5B | 34 | 2D |
| Octal | 160 | 255 | 66 | 43 | 0 | 105 | 40 | 133 | 64 | 55 |
| Binary | 1110000 | 10101101 | 110110 | 100011 | 0 | 1000101 | 100000 | 1011011 | 110100 | 101101 |
Color Harmonies of #70AD36
Complementary color
Monochromatic Colors of #70AD36
Black with #70AD36
Text Example
Text Example
White with #70AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD36; }
p { color: rgb(112,173,54); }
H1.HeaderClassName
{
color: #70AD36;
}
.AnyTagClassName
{
color: #70AD36;
}
</style>
background-color css
<style>
a { background-color: #70AD36; }
a { background-color: rgb(112,173,54); }
div.DivClassName
{
background-color: #70AD36;
}
.BgClassName
{
background-color: #70AD36;
}
</style>
border-color css
<style>
span { border-color: #70AD36; }
span { border-color: rgb(112,173,54); }
td.TdClassName
{
border-color: #70AD36;
}
.TagClassName
{
border-color: #70AD36;
}
</style>