Shades of Sushi #709D41
Tints of Sushi #709D41
RGB
CMYK
RGB Variations
Color information
#709D41 (or 0x709D41) is known color: Sushi. HEX triplet: 70, 9D and 41. RGB value is (112,157,65). Sum of RGB (Red+Green+Blue) = 112+157+65=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #709D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D41 is #8F62BE. Grayscale: #858585. Windows color (decimal): -9396927 or 4300144. OLE color: 4300144.
HSL color Cylindrical-coordinate representation of color #709D41: hue angle of 89.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #709D41 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 65 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.38 |
| HSL | 89.35º | 0.41% | 0.44% | - |
| HSV(B) | 89.35º | 0.59% | 0.62% | - |
| XYZ | 19.69 | 27.94 | 9.36 | - |
| YUV | 133.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 65 | 0.29 | 0 | 0.59 | 0.38 | 89.35 | 0.41 | 0.44 |
| Hex | 70 | 9D | 41 | 1D | 0 | 3B | 26 | 59 | 29 | 2C |
| Octal | 160 | 235 | 101 | 35 | 0 | 73 | 46 | 131 | 51 | 54 |
| Binary | 1110000 | 10011101 | 1000001 | 11101 | 0 | 111011 | 100110 | 1011001 | 101001 | 101100 |
Color Harmonies of #709D41
Complementary color
Monochromatic Colors of #709D41
Black with #709D41
Text Example
Text Example
White with #709D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D41; }
p { color: rgb(112,157,65); }
H1.HeaderClassName
{
color: #709D41;
}
.AnyTagClassName
{
color: #709D41;
}
</style>
background-color css
<style>
a { background-color: #709D41; }
a { background-color: rgb(112,157,65); }
div.DivClassName
{
background-color: #709D41;
}
.BgClassName
{
background-color: #709D41;
}
</style>
border-color css
<style>
span { border-color: #709D41; }
span { border-color: rgb(112,157,65); }
td.TdClassName
{
border-color: #709D41;
}
.TagClassName
{
border-color: #709D41;
}
</style>