Shades of Sushi #719D32
Tints of Sushi #719D32
RGB
CMYK
RGB Variations
Color information
#719D32 (or 0x719D32) is known color: Sushi. HEX triplet: 71, 9D and 32. RGB value is (113,157,50). Sum of RGB (Red+Green+Blue) = 113+157+50=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #719D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719D32 is #8E62CD. Grayscale: #848484. Windows color (decimal): -9331406 or 3317105. OLE color: 3317105.
HSL color Cylindrical-coordinate representation of color #719D32: hue angle of 84.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #719D32 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 50 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.38 |
| HSL | 84.67º | 0.52% | 0.41% | - |
| HSV(B) | 84.67º | 0.68% | 0.62% | - |
| XYZ | 19.44 | 27.85 | 7.37 | - |
| YUV | 131.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 50 | 0.28 | 0 | 0.68 | 0.38 | 84.67 | 0.52 | 0.41 |
| Hex | 71 | 9D | 32 | 1C | 0 | 44 | 26 | 55 | 34 | 29 |
| Octal | 161 | 235 | 62 | 34 | 0 | 104 | 46 | 125 | 64 | 51 |
| Binary | 1110001 | 10011101 | 110010 | 11100 | 0 | 1000100 | 100110 | 1010101 | 110100 | 101001 |
Color Harmonies of #719D32
Complementary color
Monochromatic Colors of #719D32
Black with #719D32
Text Example
Text Example
White with #719D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D32; }
p { color: rgb(113,157,50); }
H1.HeaderClassName
{
color: #719D32;
}
.AnyTagClassName
{
color: #719D32;
}
</style>
background-color css
<style>
a { background-color: #719D32; }
a { background-color: rgb(113,157,50); }
div.DivClassName
{
background-color: #719D32;
}
.BgClassName
{
background-color: #719D32;
}
</style>
border-color css
<style>
span { border-color: #719D32; }
span { border-color: rgb(113,157,50); }
td.TdClassName
{
border-color: #719D32;
}
.TagClassName
{
border-color: #719D32;
}
</style>