Shades of Sushi #709737
Tints of Sushi #709737
RGB
CMYK
RGB Variations
Color information
#709737 (or 0x709737) is known color: Sushi. HEX triplet: 70, 97 and 37. RGB value is (112,151,55). Sum of RGB (Red+Green+Blue) = 112+151+55=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #709737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709737 is #8F68C8. Grayscale: #808080. Windows color (decimal): -9398473 or 3643248. OLE color: 3643248.
HSL color Cylindrical-coordinate representation of color #709737: hue angle of 84.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #709737 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 55 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.41 |
| HSL | 84.38º | 0.47% | 0.4% | - |
| HSV(B) | 84.38º | 0.64% | 0.59% | - |
| XYZ | 18.44 | 25.85 | 7.63 | - |
| YUV | 128.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 55 | 0.26 | 0 | 0.64 | 0.41 | 84.38 | 0.47 | 0.4 |
| Hex | 70 | 97 | 37 | 1A | 0 | 40 | 29 | 54 | 2F | 28 |
| Octal | 160 | 227 | 67 | 32 | 0 | 100 | 51 | 124 | 57 | 50 |
| Binary | 1110000 | 10010111 | 110111 | 11010 | 0 | 1000000 | 101001 | 1010100 | 101111 | 101000 |
Color Harmonies of #709737
Complementary color
Monochromatic Colors of #709737
Black with #709737
Text Example
Text Example
White with #709737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709737; }
p { color: rgb(112,151,55); }
H1.HeaderClassName
{
color: #709737;
}
.AnyTagClassName
{
color: #709737;
}
</style>
background-color css
<style>
a { background-color: #709737; }
a { background-color: rgb(112,151,55); }
div.DivClassName
{
background-color: #709737;
}
.BgClassName
{
background-color: #709737;
}
</style>
border-color css
<style>
span { border-color: #709737; }
span { border-color: rgb(112,151,55); }
td.TdClassName
{
border-color: #709737;
}
.TagClassName
{
border-color: #709737;
}
</style>