Shades of Sushi #709843
Tints of Sushi #709843
RGB
CMYK
RGB Variations
Color information
#709843 (or 0x709843) is known color: Sushi. HEX triplet: 70, 98 and 43. RGB value is (112,152,67). Sum of RGB (Red+Green+Blue) = 112+152+67=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #709843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709843 is #8F67BC. Grayscale: #828282. Windows color (decimal): -9398205 or 4429936. OLE color: 4429936.
HSL color Cylindrical-coordinate representation of color #709843: hue angle of 88.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709843 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 67 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.40 |
| HSL | 88.24º | 0.39% | 0.43% | - |
| HSV(B) | 88.24º | 0.56% | 0.6% | - |
| XYZ | 18.92 | 26.31 | 9.39 | - |
| YUV | 130.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 67 | 0.26 | 0 | 0.56 | 0.40 | 88.24 | 0.39 | 0.43 |
| Hex | 70 | 98 | 43 | 1A | 0 | 38 | 28 | 58 | 27 | 2B |
| Octal | 160 | 230 | 103 | 32 | 0 | 70 | 50 | 130 | 47 | 53 |
| Binary | 1110000 | 10011000 | 1000011 | 11010 | 0 | 111000 | 101000 | 1011000 | 100111 | 101011 |
Color Harmonies of #709843
Complementary color
Monochromatic Colors of #709843
Black with #709843
Text Example
Text Example
White with #709843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709843; }
p { color: rgb(112,152,67); }
H1.HeaderClassName
{
color: #709843;
}
.AnyTagClassName
{
color: #709843;
}
</style>
background-color css
<style>
a { background-color: #709843; }
a { background-color: rgb(112,152,67); }
div.DivClassName
{
background-color: #709843;
}
.BgClassName
{
background-color: #709843;
}
</style>
border-color css
<style>
span { border-color: #709843; }
span { border-color: rgb(112,152,67); }
td.TdClassName
{
border-color: #709843;
}
.TagClassName
{
border-color: #709843;
}
</style>