Shades of Sushi #709F3F
Tints of Sushi #709F3F
RGB
CMYK
RGB Variations
Color information
#709F3F (or 0x709F3F) is known color: Sushi. HEX triplet: 70, 9F and 3F. RGB value is (112,159,63). Sum of RGB (Red+Green+Blue) = 112+159+63=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #709F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F3F is #8F60C0. Grayscale: #868686. Windows color (decimal): -9396417 or 4169584. OLE color: 4169584.
HSL color Cylindrical-coordinate representation of color #709F3F: hue angle of 89.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #709F3F is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 63 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.38 |
| HSL | 89.37º | 0.43% | 0.44% | - |
| HSV(B) | 89.37º | 0.6% | 0.62% | - |
| XYZ | 19.98 | 28.6 | 9.17 | - |
| YUV | 134 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 63 | 0.30 | 0 | 0.60 | 0.38 | 89.37 | 0.43 | 0.44 |
| Hex | 70 | 9F | 3F | 1E | 0 | 3C | 26 | 59 | 2B | 2C |
| Octal | 160 | 237 | 77 | 36 | 0 | 74 | 46 | 131 | 53 | 54 |
| Binary | 1110000 | 10011111 | 111111 | 11110 | 0 | 111100 | 100110 | 1011001 | 101011 | 101100 |
Color Harmonies of #709F3F
Complementary color
Monochromatic Colors of #709F3F
Black with #709F3F
Text Example
Text Example
White with #709F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F3F; }
p { color: rgb(112,159,63); }
H1.HeaderClassName
{
color: #709F3F;
}
.AnyTagClassName
{
color: #709F3F;
}
</style>
background-color css
<style>
a { background-color: #709F3F; }
a { background-color: rgb(112,159,63); }
div.DivClassName
{
background-color: #709F3F;
}
.BgClassName
{
background-color: #709F3F;
}
</style>
border-color css
<style>
span { border-color: #709F3F; }
span { border-color: rgb(112,159,63); }
td.TdClassName
{
border-color: #709F3F;
}
.TagClassName
{
border-color: #709F3F;
}
</style>