Shades of Sushi #709C34
Tints of Sushi #709C34
RGB
CMYK
RGB Variations
Color information
#709C34 (or 0x709C34) is known color: Sushi. HEX triplet: 70, 9C and 34. RGB value is (112,156,52). Sum of RGB (Red+Green+Blue) = 112+156+52=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #709C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C34 is #8F63CB. Grayscale: #838383. Windows color (decimal): -9397196 or 3447920. OLE color: 3447920.
HSL color Cylindrical-coordinate representation of color #709C34: hue angle of 85.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709C34 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 52 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.39 |
| HSL | 85.38º | 0.5% | 0.41% | - |
| HSV(B) | 85.38º | 0.67% | 0.61% | - |
| XYZ | 19.19 | 27.47 | 7.54 | - |
| YUV | 130.99 | 83.42 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 52 | 0.28 | 0 | 0.67 | 0.39 | 85.38 | 0.5 | 0.41 |
| Hex | 70 | 9C | 34 | 1C | 0 | 43 | 27 | 55 | 32 | 29 |
| Octal | 160 | 234 | 64 | 34 | 0 | 103 | 47 | 125 | 62 | 51 |
| Binary | 1110000 | 10011100 | 110100 | 11100 | 0 | 1000011 | 100111 | 1010101 | 110010 | 101001 |
Color Harmonies of #709C34
Complementary color
Monochromatic Colors of #709C34
Black with #709C34
Text Example
Text Example
White with #709C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C34; }
p { color: rgb(112,156,52); }
H1.HeaderClassName
{
color: #709C34;
}
.AnyTagClassName
{
color: #709C34;
}
</style>
background-color css
<style>
a { background-color: #709C34; }
a { background-color: rgb(112,156,52); }
div.DivClassName
{
background-color: #709C34;
}
.BgClassName
{
background-color: #709C34;
}
</style>
border-color css
<style>
span { border-color: #709C34; }
span { border-color: rgb(112,156,52); }
td.TdClassName
{
border-color: #709C34;
}
.TagClassName
{
border-color: #709C34;
}
</style>