Shades of Sushi #708C3E
Tints of Sushi #708C3E
RGB
CMYK
RGB Variations
Color information
#708C3E (or 0x708C3E) is known color: Sushi. HEX triplet: 70, 8C and 3E. RGB value is (112,140,62). Sum of RGB (Red+Green+Blue) = 112+140+62=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #708C3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C3E is #8F73C1. Grayscale: #7B7B7B. Windows color (decimal): -9401282 or 4099184. OLE color: 4099184.
HSL color Cylindrical-coordinate representation of color #708C3E: hue angle of 81.54º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708C3E is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 62 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.45 |
| HSL | 81.54º | 0.39% | 0.4% | - |
| HSV(B) | 81.54º | 0.56% | 0.55% | - |
| XYZ | 16.93 | 22.55 | 8.02 | - |
| YUV | 122.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 62 | 0.20 | 0 | 0.56 | 0.45 | 81.54 | 0.39 | 0.4 |
| Hex | 70 | 8C | 3E | 14 | 0 | 38 | 2D | 52 | 27 | 28 |
| Octal | 160 | 214 | 76 | 24 | 0 | 70 | 55 | 122 | 47 | 50 |
| Binary | 1110000 | 10001100 | 111110 | 10100 | 0 | 111000 | 101101 | 1010010 | 100111 | 101000 |
Color Harmonies of #708C3E
Complementary color
Monochromatic Colors of #708C3E
Black with #708C3E
Text Example
Text Example
White with #708C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C3E; }
p { color: rgb(112,140,62); }
H1.HeaderClassName
{
color: #708C3E;
}
.AnyTagClassName
{
color: #708C3E;
}
</style>
background-color css
<style>
a { background-color: #708C3E; }
a { background-color: rgb(112,140,62); }
div.DivClassName
{
background-color: #708C3E;
}
.BgClassName
{
background-color: #708C3E;
}
</style>
border-color css
<style>
span { border-color: #708C3E; }
span { border-color: rgb(112,140,62); }
td.TdClassName
{
border-color: #708C3E;
}
.TagClassName
{
border-color: #708C3E;
}
</style>