Shades of Sushi #70AB36
Tints of Sushi #70AB36
RGB
CMYK
RGB Variations
Color information
#70AB36 (or 0x70AB36) is known color: Sushi. HEX triplet: 70, AB and 36. RGB value is (112,171,54). Sum of RGB (Red+Green+Blue) = 112+171+54=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB36 is #8F54C9. Grayscale: #8C8C8C. Windows color (decimal): -9393354 or 3582832. OLE color: 3582832.
HSL color Cylindrical-coordinate representation of color #70AB36: hue angle of 90.26º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70AB36 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 54 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.33 |
| HSL | 90.26º | 0.52% | 0.44% | - |
| HSV(B) | 90.26º | 0.68% | 0.67% | - |
| XYZ | 21.91 | 32.84 | 8.67 | - |
| YUV | 140.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 54 | 0.35 | 0 | 0.68 | 0.33 | 90.26 | 0.52 | 0.44 |
| Hex | 70 | AB | 36 | 23 | 0 | 44 | 21 | 5A | 34 | 2C |
| Octal | 160 | 253 | 66 | 43 | 0 | 104 | 41 | 132 | 64 | 54 |
| Binary | 1110000 | 10101011 | 110110 | 100011 | 0 | 1000100 | 100001 | 1011010 | 110100 | 101100 |
Color Harmonies of #70AB36
Complementary color
Monochromatic Colors of #70AB36
Black with #70AB36
Text Example
Text Example
White with #70AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB36; }
p { color: rgb(112,171,54); }
H1.HeaderClassName
{
color: #70AB36;
}
.AnyTagClassName
{
color: #70AB36;
}
</style>
background-color css
<style>
a { background-color: #70AB36; }
a { background-color: rgb(112,171,54); }
div.DivClassName
{
background-color: #70AB36;
}
.BgClassName
{
background-color: #70AB36;
}
</style>
border-color css
<style>
span { border-color: #70AB36; }
span { border-color: rgb(112,171,54); }
td.TdClassName
{
border-color: #70AB36;
}
.TagClassName
{
border-color: #70AB36;
}
</style>