Shades of Sushi #70A534
Tints of Sushi #70A534
RGB
CMYK
RGB Variations
Color information
#70A534 (or 0x70A534) is known color: Sushi. HEX triplet: 70, A5 and 34. RGB value is (112,165,52). Sum of RGB (Red+Green+Blue) = 112+165+52=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #70A534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A534 is #8F5ACB. Grayscale: #888888. Windows color (decimal): -9394892 or 3450224. OLE color: 3450224.
HSL color Cylindrical-coordinate representation of color #70A534: hue angle of 88.14º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70A534 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 165 | 52 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.35 |
| HSL | 88.14º | 0.52% | 0.43% | - |
| HSV(B) | 88.14º | 0.68% | 0.65% | - |
| XYZ | 20.76 | 30.6 | 8.06 | - |
| YUV | 136.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 165 | 52 | 0.32 | 0 | 0.68 | 0.35 | 88.14 | 0.52 | 0.43 |
| Hex | 70 | A5 | 34 | 20 | 0 | 44 | 23 | 58 | 34 | 2B |
| Octal | 160 | 245 | 64 | 40 | 0 | 104 | 43 | 130 | 64 | 53 |
| Binary | 1110000 | 10100101 | 110100 | 100000 | 0 | 1000100 | 100011 | 1011000 | 110100 | 101011 |
Color Harmonies of #70A534
Complementary color
Monochromatic Colors of #70A534
Black with #70A534
Text Example
Text Example
White with #70A534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A534; }
p { color: rgb(112,165,52); }
H1.HeaderClassName
{
color: #70A534;
}
.AnyTagClassName
{
color: #70A534;
}
</style>
background-color css
<style>
a { background-color: #70A534; }
a { background-color: rgb(112,165,52); }
div.DivClassName
{
background-color: #70A534;
}
.BgClassName
{
background-color: #70A534;
}
</style>
border-color css
<style>
span { border-color: #70A534; }
span { border-color: rgb(112,165,52); }
td.TdClassName
{
border-color: #70A534;
}
.TagClassName
{
border-color: #70A534;
}
</style>