Shades of Sushi #709F29
Tints of Sushi #709F29
RGB
CMYK
RGB Variations
Color information
#709F29 (or 0x709F29) is known color: Sushi. HEX triplet: 70, 9F and 29. RGB value is (112,159,41). Sum of RGB (Red+Green+Blue) = 112+159+41=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #709F29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F29 is #8F60D6. Grayscale: #838383. Windows color (decimal): -9396439 or 2727792. OLE color: 2727792.
HSL color Cylindrical-coordinate representation of color #709F29: hue angle of 83.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #709F29 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 41 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.38 |
| HSL | 83.9º | 0.59% | 0.39% | - |
| HSV(B) | 83.9º | 0.74% | 0.62% | - |
| XYZ | 19.48 | 28.4 | 6.55 | - |
| YUV | 131.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 41 | 0.30 | 0 | 0.74 | 0.38 | 83.9 | 0.59 | 0.39 |
| Hex | 70 | 9F | 29 | 1E | 0 | 4A | 26 | 54 | 3B | 27 |
| Octal | 160 | 237 | 51 | 36 | 0 | 112 | 46 | 124 | 73 | 47 |
| Binary | 1110000 | 10011111 | 101001 | 11110 | 0 | 1001010 | 100110 | 1010100 | 111011 | 100111 |
Color Harmonies of #709F29
Complementary color
Monochromatic Colors of #709F29
Black with #709F29
Text Example
Text Example
White with #709F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F29; }
p { color: rgb(112,159,41); }
H1.HeaderClassName
{
color: #709F29;
}
.AnyTagClassName
{
color: #709F29;
}
</style>
background-color css
<style>
a { background-color: #709F29; }
a { background-color: rgb(112,159,41); }
div.DivClassName
{
background-color: #709F29;
}
.BgClassName
{
background-color: #709F29;
}
</style>
border-color css
<style>
span { border-color: #709F29; }
span { border-color: rgb(112,159,41); }
td.TdClassName
{
border-color: #709F29;
}
.TagClassName
{
border-color: #709F29;
}
</style>