Shades of Sushi #709433
Tints of Sushi #709433
RGB
CMYK
RGB Variations
Color information
#709433 (or 0x709433) is known color: Sushi. HEX triplet: 70, 94 and 33. RGB value is (112,148,51). Sum of RGB (Red+Green+Blue) = 112+148+51=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #709433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709433 is #8F6BCC. Grayscale: #7E7E7E. Windows color (decimal): -9399245 or 3380336. OLE color: 3380336.
HSL color Cylindrical-coordinate representation of color #709433: hue angle of 82.27º 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 #709433 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 51 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.42 |
| HSL | 82.27º | 0.49% | 0.39% | - |
| HSV(B) | 82.27º | 0.66% | 0.58% | - |
| XYZ | 17.87 | 24.86 | 6.99 | - |
| YUV | 126.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 51 | 0.24 | 0 | 0.66 | 0.42 | 82.27 | 0.49 | 0.39 |
| Hex | 70 | 94 | 33 | 18 | 0 | 42 | 2A | 52 | 31 | 27 |
| Octal | 160 | 224 | 63 | 30 | 0 | 102 | 52 | 122 | 61 | 47 |
| Binary | 1110000 | 10010100 | 110011 | 11000 | 0 | 1000010 | 101010 | 1010010 | 110001 | 100111 |
Color Harmonies of #709433
Complementary color
Monochromatic Colors of #709433
Black with #709433
Text Example
Text Example
White with #709433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709433; }
p { color: rgb(112,148,51); }
H1.HeaderClassName
{
color: #709433;
}
.AnyTagClassName
{
color: #709433;
}
</style>
background-color css
<style>
a { background-color: #709433; }
a { background-color: rgb(112,148,51); }
div.DivClassName
{
background-color: #709433;
}
.BgClassName
{
background-color: #709433;
}
</style>
border-color css
<style>
span { border-color: #709433; }
span { border-color: rgb(112,148,51); }
td.TdClassName
{
border-color: #709433;
}
.TagClassName
{
border-color: #709433;
}
</style>