Shades of Sushi #70983C
Tints of Sushi #70983C
RGB
CMYK
RGB Variations
Color information
#70983C (or 0x70983C) is known color: Sushi. HEX triplet: 70, 98 and 3C. RGB value is (112,152,60). Sum of RGB (Red+Green+Blue) = 112+152+60=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #70983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70983C is #8F67C3. Grayscale: #818181. Windows color (decimal): -9398212 or 3971184. OLE color: 3971184.
HSL color Cylindrical-coordinate representation of color #70983C: hue angle of 86.09º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70983C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 60 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.40 |
| HSL | 86.09º | 0.43% | 0.42% | - |
| HSV(B) | 86.09º | 0.61% | 0.6% | - |
| XYZ | 18.73 | 26.23 | 8.35 | - |
| YUV | 129.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 60 | 0.26 | 0 | 0.61 | 0.40 | 86.09 | 0.43 | 0.42 |
| Hex | 70 | 98 | 3C | 1A | 0 | 3D | 28 | 56 | 2B | 2A |
| Octal | 160 | 230 | 74 | 32 | 0 | 75 | 50 | 126 | 53 | 52 |
| Binary | 1110000 | 10011000 | 111100 | 11010 | 0 | 111101 | 101000 | 1010110 | 101011 | 101010 |
Color Harmonies of #70983C
Complementary color
Monochromatic Colors of #70983C
Black with #70983C
Text Example
Text Example
White with #70983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70983C; }
p { color: rgb(112,152,60); }
H1.HeaderClassName
{
color: #70983C;
}
.AnyTagClassName
{
color: #70983C;
}
</style>
background-color css
<style>
a { background-color: #70983C; }
a { background-color: rgb(112,152,60); }
div.DivClassName
{
background-color: #70983C;
}
.BgClassName
{
background-color: #70983C;
}
</style>
border-color css
<style>
span { border-color: #70983C; }
span { border-color: rgb(112,152,60); }
td.TdClassName
{
border-color: #70983C;
}
.TagClassName
{
border-color: #70983C;
}
</style>