Shades of Sushi #709E31
Tints of Sushi #709E31
RGB
CMYK
RGB Variations
Color information
#709E31 (or 0x709E31) is known color: Sushi. HEX triplet: 70, 9E and 31. RGB value is (112,158,49). Sum of RGB (Red+Green+Blue) = 112+158+49=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #709E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709E31 is #8F61CE. Grayscale: #848484. Windows color (decimal): -9396687 or 3251824. OLE color: 3251824.
HSL color Cylindrical-coordinate representation of color #709E31: hue angle of 85.32º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #709E31 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 49 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.38 |
| HSL | 85.32º | 0.53% | 0.41% | - |
| HSV(B) | 85.32º | 0.69% | 0.62% | - |
| XYZ | 19.46 | 28.12 | 7.31 | - |
| YUV | 131.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 49 | 0.29 | 0 | 0.69 | 0.38 | 85.32 | 0.53 | 0.41 |
| Hex | 70 | 9E | 31 | 1D | 0 | 45 | 26 | 55 | 35 | 29 |
| Octal | 160 | 236 | 61 | 35 | 0 | 105 | 46 | 125 | 65 | 51 |
| Binary | 1110000 | 10011110 | 110001 | 11101 | 0 | 1000101 | 100110 | 1010101 | 110101 | 101001 |
Color Harmonies of #709E31
Complementary color
Monochromatic Colors of #709E31
Black with #709E31
Text Example
Text Example
White with #709E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E31; }
p { color: rgb(112,158,49); }
H1.HeaderClassName
{
color: #709E31;
}
.AnyTagClassName
{
color: #709E31;
}
</style>
background-color css
<style>
a { background-color: #709E31; }
a { background-color: rgb(112,158,49); }
div.DivClassName
{
background-color: #709E31;
}
.BgClassName
{
background-color: #709E31;
}
</style>
border-color css
<style>
span { border-color: #709E31; }
span { border-color: rgb(112,158,49); }
td.TdClassName
{
border-color: #709E31;
}
.TagClassName
{
border-color: #709E31;
}
</style>