Shades of Sushi #709C2F
Tints of Sushi #709C2F
RGB
CMYK
RGB Variations
Color information
#709C2F (or 0x709C2F) is known color: Sushi. HEX triplet: 70, 9C and 2F. RGB value is (112,156,47). Sum of RGB (Red+Green+Blue) = 112+156+47=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #709C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C2F is #8F63D0. Grayscale: #828282. Windows color (decimal): -9397201 or 3120240. OLE color: 3120240.
HSL color Cylindrical-coordinate representation of color #709C2F: hue angle of 84.22º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #709C2F is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 47 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.39 |
| HSL | 84.22º | 0.54% | 0.4% | - |
| HSV(B) | 84.22º | 0.7% | 0.61% | - |
| XYZ | 19.08 | 27.43 | 6.98 | - |
| YUV | 130.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 47 | 0.28 | 0 | 0.70 | 0.39 | 84.22 | 0.54 | 0.4 |
| Hex | 70 | 9C | 2F | 1C | 0 | 46 | 27 | 54 | 36 | 28 |
| Octal | 160 | 234 | 57 | 34 | 0 | 106 | 47 | 124 | 66 | 50 |
| Binary | 1110000 | 10011100 | 101111 | 11100 | 0 | 1000110 | 100111 | 1010100 | 110110 | 101000 |
Color Harmonies of #709C2F
Complementary color
Monochromatic Colors of #709C2F
Black with #709C2F
Text Example
Text Example
White with #709C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C2F; }
p { color: rgb(112,156,47); }
H1.HeaderClassName
{
color: #709C2F;
}
.AnyTagClassName
{
color: #709C2F;
}
</style>
background-color css
<style>
a { background-color: #709C2F; }
a { background-color: rgb(112,156,47); }
div.DivClassName
{
background-color: #709C2F;
}
.BgClassName
{
background-color: #709C2F;
}
</style>
border-color css
<style>
span { border-color: #709C2F; }
span { border-color: rgb(112,156,47); }
td.TdClassName
{
border-color: #709C2F;
}
.TagClassName
{
border-color: #709C2F;
}
</style>