Shades of Sushi #70A52F
Tints of Sushi #70A52F
RGB
CMYK
RGB Variations
Color information
#70A52F (or 0x70A52F) is known color: Sushi. HEX triplet: 70, A5 and 2F. RGB value is (112,165,47). Sum of RGB (Red+Green+Blue) = 112+165+47=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #70A52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A52F is #8F5AD0. Grayscale: #888888. Windows color (decimal): -9394897 or 3122544. OLE color: 3122544.
HSL color Cylindrical-coordinate representation of color #70A52F: hue angle of 86.95º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70A52F is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 165 | 47 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.35 |
| HSL | 86.95º | 0.56% | 0.42% | - |
| HSV(B) | 86.95º | 0.72% | 0.65% | - |
| XYZ | 20.65 | 30.56 | 7.5 | - |
| YUV | 135.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 165 | 47 | 0.32 | 0 | 0.72 | 0.35 | 86.95 | 0.56 | 0.42 |
| Hex | 70 | A5 | 2F | 20 | 0 | 48 | 23 | 57 | 38 | 2A |
| Octal | 160 | 245 | 57 | 40 | 0 | 110 | 43 | 127 | 70 | 52 |
| Binary | 1110000 | 10100101 | 101111 | 100000 | 0 | 1001000 | 100011 | 1010111 | 111000 | 101010 |
Color Harmonies of #70A52F
Complementary color
Monochromatic Colors of #70A52F
Black with #70A52F
Text Example
Text Example
White with #70A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A52F; }
p { color: rgb(112,165,47); }
H1.HeaderClassName
{
color: #70A52F;
}
.AnyTagClassName
{
color: #70A52F;
}
</style>
background-color css
<style>
a { background-color: #70A52F; }
a { background-color: rgb(112,165,47); }
div.DivClassName
{
background-color: #70A52F;
}
.BgClassName
{
background-color: #70A52F;
}
</style>
border-color css
<style>
span { border-color: #70A52F; }
span { border-color: rgb(112,165,47); }
td.TdClassName
{
border-color: #70A52F;
}
.TagClassName
{
border-color: #70A52F;
}
</style>