Shades of Sushi #70A434
Tints of Sushi #70A434
RGB
CMYK
RGB Variations
Color information
#70A434 (or 0x70A434) is known color: Sushi. HEX triplet: 70, A4 and 34. RGB value is (112,164,52). Sum of RGB (Red+Green+Blue) = 112+164+52=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #70A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A434 is #8F5BCB. Grayscale: #888888. Windows color (decimal): -9395148 or 3449968. OLE color: 3449968.
HSL color Cylindrical-coordinate representation of color #70A434: hue angle of 87.86º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70A434 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 52 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.36 |
| HSL | 87.86º | 0.52% | 0.42% | - |
| HSV(B) | 87.86º | 0.68% | 0.64% | - |
| XYZ | 20.58 | 30.24 | 8 | - |
| YUV | 135.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 52 | 0.32 | 0 | 0.68 | 0.36 | 87.86 | 0.52 | 0.42 |
| Hex | 70 | A4 | 34 | 20 | 0 | 44 | 24 | 58 | 34 | 2A |
| Octal | 160 | 244 | 64 | 40 | 0 | 104 | 44 | 130 | 64 | 52 |
| Binary | 1110000 | 10100100 | 110100 | 100000 | 0 | 1000100 | 100100 | 1011000 | 110100 | 101010 |
Color Harmonies of #70A434
Complementary color
Monochromatic Colors of #70A434
Black with #70A434
Text Example
Text Example
White with #70A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A434; }
p { color: rgb(112,164,52); }
H1.HeaderClassName
{
color: #70A434;
}
.AnyTagClassName
{
color: #70A434;
}
</style>
background-color css
<style>
a { background-color: #70A434; }
a { background-color: rgb(112,164,52); }
div.DivClassName
{
background-color: #70A434;
}
.BgClassName
{
background-color: #70A434;
}
</style>
border-color css
<style>
span { border-color: #70A434; }
span { border-color: rgb(112,164,52); }
td.TdClassName
{
border-color: #70A434;
}
.TagClassName
{
border-color: #70A434;
}
</style>