Shades of Sushi #709C3F
Tints of Sushi #709C3F
RGB
CMYK
RGB Variations
Color information
#709C3F (or 0x709C3F) is known color: Sushi. HEX triplet: 70, 9C and 3F. RGB value is (112,156,63). Sum of RGB (Red+Green+Blue) = 112+156+63=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #709C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C3F is #8F63C0. Grayscale: #848484. Windows color (decimal): -9397185 or 4168816. OLE color: 4168816.
HSL color Cylindrical-coordinate representation of color #709C3F: hue angle of 88.39º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #709C3F is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 63 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.39 |
| HSL | 88.39º | 0.42% | 0.43% | - |
| HSV(B) | 88.39º | 0.6% | 0.61% | - |
| XYZ | 19.47 | 27.58 | 9 | - |
| YUV | 132.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 63 | 0.28 | 0 | 0.60 | 0.39 | 88.39 | 0.42 | 0.43 |
| Hex | 70 | 9C | 3F | 1C | 0 | 3C | 27 | 58 | 2A | 2B |
| Octal | 160 | 234 | 77 | 34 | 0 | 74 | 47 | 130 | 52 | 53 |
| Binary | 1110000 | 10011100 | 111111 | 11100 | 0 | 111100 | 100111 | 1011000 | 101010 | 101011 |
Color Harmonies of #709C3F
Complementary color
Monochromatic Colors of #709C3F
Black with #709C3F
Text Example
Text Example
White with #709C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C3F; }
p { color: rgb(112,156,63); }
H1.HeaderClassName
{
color: #709C3F;
}
.AnyTagClassName
{
color: #709C3F;
}
</style>
background-color css
<style>
a { background-color: #709C3F; }
a { background-color: rgb(112,156,63); }
div.DivClassName
{
background-color: #709C3F;
}
.BgClassName
{
background-color: #709C3F;
}
</style>
border-color css
<style>
span { border-color: #709C3F; }
span { border-color: rgb(112,156,63); }
td.TdClassName
{
border-color: #709C3F;
}
.TagClassName
{
border-color: #709C3F;
}
</style>