Shades of Sushi #709435
Tints of Sushi #709435
RGB
CMYK
RGB Variations
Color information
#709435 (or 0x709435) is known color: Sushi. HEX triplet: 70, 94 and 35. RGB value is (112,148,53). Sum of RGB (Red+Green+Blue) = 112+148+53=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #709435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709435 is #8F6BCA. Grayscale: #7E7E7E. Windows color (decimal): -9399243 or 3511408. OLE color: 3511408.
HSL color Cylindrical-coordinate representation of color #709435: hue angle of 82.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #709435 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 53 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.42 |
| HSL | 82.74º | 0.47% | 0.39% | - |
| HSV(B) | 82.74º | 0.64% | 0.58% | - |
| XYZ | 17.91 | 24.88 | 7.23 | - |
| YUV | 126.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 53 | 0.24 | 0 | 0.64 | 0.42 | 82.74 | 0.47 | 0.39 |
| Hex | 70 | 94 | 35 | 18 | 0 | 40 | 2A | 53 | 2F | 27 |
| Octal | 160 | 224 | 65 | 30 | 0 | 100 | 52 | 123 | 57 | 47 |
| Binary | 1110000 | 10010100 | 110101 | 11000 | 0 | 1000000 | 101010 | 1010011 | 101111 | 100111 |
Color Harmonies of #709435
Complementary color
Monochromatic Colors of #709435
Black with #709435
Text Example
Text Example
White with #709435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709435; }
p { color: rgb(112,148,53); }
H1.HeaderClassName
{
color: #709435;
}
.AnyTagClassName
{
color: #709435;
}
</style>
background-color css
<style>
a { background-color: #709435; }
a { background-color: rgb(112,148,53); }
div.DivClassName
{
background-color: #709435;
}
.BgClassName
{
background-color: #709435;
}
</style>
border-color css
<style>
span { border-color: #709435; }
span { border-color: rgb(112,148,53); }
td.TdClassName
{
border-color: #709435;
}
.TagClassName
{
border-color: #709435;
}
</style>