Shades of Sushi #709941
Tints of Sushi #709941
RGB
CMYK
RGB Variations
Color information
#709941 (or 0x709941) is known color: Sushi. HEX triplet: 70, 99 and 41. RGB value is (112,153,65). Sum of RGB (Red+Green+Blue) = 112+153+65=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #709941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709941 is #8F66BE. Grayscale: #838383. Windows color (decimal): -9397951 or 4299120. OLE color: 4299120.
HSL color Cylindrical-coordinate representation of color #709941: hue angle of 87.95º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #709941 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 65 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.4 |
| HSL | 87.95º | 0.4% | 0.43% | - |
| HSV(B) | 87.95º | 0.58% | 0.6% | - |
| XYZ | 19.03 | 26.61 | 9.13 | - |
| YUV | 130.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 65 | 0.27 | 0 | 0.58 | 0.4 | 87.95 | 0.4 | 0.43 |
| Hex | 70 | 99 | 41 | 1B | 0 | 3A | 28 | 58 | 28 | 2B |
| Octal | 160 | 231 | 101 | 33 | 0 | 72 | 50 | 130 | 50 | 53 |
| Binary | 1110000 | 10011001 | 1000001 | 11011 | 0 | 111010 | 101000 | 1011000 | 101000 | 101011 |
Color Harmonies of #709941
Complementary color
Monochromatic Colors of #709941
Black with #709941
Text Example
Text Example
White with #709941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709941; }
p { color: rgb(112,153,65); }
H1.HeaderClassName
{
color: #709941;
}
.AnyTagClassName
{
color: #709941;
}
</style>
background-color css
<style>
a { background-color: #709941; }
a { background-color: rgb(112,153,65); }
div.DivClassName
{
background-color: #709941;
}
.BgClassName
{
background-color: #709941;
}
</style>
border-color css
<style>
span { border-color: #709941; }
span { border-color: rgb(112,153,65); }
td.TdClassName
{
border-color: #709941;
}
.TagClassName
{
border-color: #709941;
}
</style>