Shades of Sushi #709B29
Tints of Sushi #709B29
RGB
CMYK
RGB Variations
Color information
#709B29 (or 0x709B29) is known color: Sushi. HEX triplet: 70, 9B and 29. RGB value is (112,155,41). Sum of RGB (Red+Green+Blue) = 112+155+41=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #709B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B29 is #8F64D6. Grayscale: #818181. Windows color (decimal): -9397463 or 2726768. OLE color: 2726768.
HSL color Cylindrical-coordinate representation of color #709B29: hue angle of 82.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #709B29 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 41 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.39 |
| HSL | 82.63º | 0.58% | 0.38% | - |
| HSV(B) | 82.63º | 0.74% | 0.61% | - |
| XYZ | 18.8 | 27.05 | 6.33 | - |
| YUV | 129.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 41 | 0.28 | 0 | 0.74 | 0.39 | 82.63 | 0.58 | 0.38 |
| Hex | 70 | 9B | 29 | 1C | 0 | 4A | 27 | 53 | 3A | 26 |
| Octal | 160 | 233 | 51 | 34 | 0 | 112 | 47 | 123 | 72 | 46 |
| Binary | 1110000 | 10011011 | 101001 | 11100 | 0 | 1001010 | 100111 | 1010011 | 111010 | 100110 |
Color Harmonies of #709B29
Complementary color
Monochromatic Colors of #709B29
Black with #709B29
Text Example
Text Example
White with #709B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B29; }
p { color: rgb(112,155,41); }
H1.HeaderClassName
{
color: #709B29;
}
.AnyTagClassName
{
color: #709B29;
}
</style>
background-color css
<style>
a { background-color: #709B29; }
a { background-color: rgb(112,155,41); }
div.DivClassName
{
background-color: #709B29;
}
.BgClassName
{
background-color: #709B29;
}
</style>
border-color css
<style>
span { border-color: #709B29; }
span { border-color: rgb(112,155,41); }
td.TdClassName
{
border-color: #709B29;
}
.TagClassName
{
border-color: #709B29;
}
</style>