Shades of Sushi #709243
Tints of Sushi #709243
RGB
CMYK
RGB Variations
Color information
#709243 (or 0x709243) is known color: Sushi. HEX triplet: 70, 92 and 43. RGB value is (112,146,67). Sum of RGB (Red+Green+Blue) = 112+146+67=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #709243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709243 is #8F6DBC. Grayscale: #7F7F7F. Windows color (decimal): -9399741 or 4428400. OLE color: 4428400.
HSL color Cylindrical-coordinate representation of color #709243: hue angle of 85.82º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709243 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 146 | 67 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.43 |
| HSL | 85.82º | 0.37% | 0.42% | - |
| HSV(B) | 85.82º | 0.54% | 0.57% | - |
| XYZ | 17.97 | 24.41 | 9.07 | - |
| YUV | 126.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 67 | 0.23 | 0 | 0.54 | 0.43 | 85.82 | 0.37 | 0.42 |
| Hex | 70 | 92 | 43 | 17 | 0 | 36 | 2B | 56 | 25 | 2A |
| Octal | 160 | 222 | 103 | 27 | 0 | 66 | 53 | 126 | 45 | 52 |
| Binary | 1110000 | 10010010 | 1000011 | 10111 | 0 | 110110 | 101011 | 1010110 | 100101 | 101010 |
Color Harmonies of #709243
Complementary color
Monochromatic Colors of #709243
Black with #709243
Text Example
Text Example
White with #709243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709243; }
p { color: rgb(112,146,67); }
H1.HeaderClassName
{
color: #709243;
}
.AnyTagClassName
{
color: #709243;
}
</style>
background-color css
<style>
a { background-color: #709243; }
a { background-color: rgb(112,146,67); }
div.DivClassName
{
background-color: #709243;
}
.BgClassName
{
background-color: #709243;
}
</style>
border-color css
<style>
span { border-color: #709243; }
span { border-color: rgb(112,146,67); }
td.TdClassName
{
border-color: #709243;
}
.TagClassName
{
border-color: #709243;
}
</style>