Shades of Sushi #709432
Tints of Sushi #709432
RGB
CMYK
RGB Variations
Color information
#709432 (or 0x709432) is known color: Sushi. HEX triplet: 70, 94 and 32. RGB value is (112,148,50). Sum of RGB (Red+Green+Blue) = 112+148+50=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #709432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709432 is #8F6BCD. Grayscale: #7E7E7E. Windows color (decimal): -9399246 or 3314800. OLE color: 3314800.
HSL color Cylindrical-coordinate representation of color #709432: hue angle of 82.04º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #709432 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 50 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.42 |
| HSL | 82.04º | 0.49% | 0.39% | - |
| HSV(B) | 82.04º | 0.66% | 0.58% | - |
| XYZ | 17.85 | 24.85 | 6.87 | - |
| YUV | 126.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 50 | 0.24 | 0 | 0.66 | 0.42 | 82.04 | 0.49 | 0.39 |
| Hex | 70 | 94 | 32 | 18 | 0 | 42 | 2A | 52 | 31 | 27 |
| Octal | 160 | 224 | 62 | 30 | 0 | 102 | 52 | 122 | 61 | 47 |
| Binary | 1110000 | 10010100 | 110010 | 11000 | 0 | 1000010 | 101010 | 1010010 | 110001 | 100111 |
Color Harmonies of #709432
Complementary color
Monochromatic Colors of #709432
Black with #709432
Text Example
Text Example
White with #709432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709432; }
p { color: rgb(112,148,50); }
H1.HeaderClassName
{
color: #709432;
}
.AnyTagClassName
{
color: #709432;
}
</style>
background-color css
<style>
a { background-color: #709432; }
a { background-color: rgb(112,148,50); }
div.DivClassName
{
background-color: #709432;
}
.BgClassName
{
background-color: #709432;
}
</style>
border-color css
<style>
span { border-color: #709432; }
span { border-color: rgb(112,148,50); }
td.TdClassName
{
border-color: #709432;
}
.TagClassName
{
border-color: #709432;
}
</style>