Shades of Sushi #719B34
Tints of Sushi #719B34
RGB
CMYK
RGB Variations
Color information
#719B34 (or 0x719B34) is known color: Sushi. HEX triplet: 71, 9B and 34. RGB value is (113,155,52). Sum of RGB (Red+Green+Blue) = 113+155+52=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #719B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B34 is #8E64CB. Grayscale: #838383. Windows color (decimal): -9331916 or 3447665. OLE color: 3447665.
HSL color Cylindrical-coordinate representation of color #719B34: hue angle of 84.47º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #719B34 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 52 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.39 |
| HSL | 84.47º | 0.5% | 0.41% | - |
| HSV(B) | 84.47º | 0.66% | 0.61% | - |
| XYZ | 19.15 | 27.2 | 7.49 | - |
| YUV | 130.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 52 | 0.27 | 0 | 0.66 | 0.39 | 84.47 | 0.5 | 0.41 |
| Hex | 71 | 9B | 34 | 1B | 0 | 42 | 27 | 54 | 32 | 29 |
| Octal | 161 | 233 | 64 | 33 | 0 | 102 | 47 | 124 | 62 | 51 |
| Binary | 1110001 | 10011011 | 110100 | 11011 | 0 | 1000010 | 100111 | 1010100 | 110010 | 101001 |
Color Harmonies of #719B34
Complementary color
Monochromatic Colors of #719B34
Black with #719B34
Text Example
Text Example
White with #719B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B34; }
p { color: rgb(113,155,52); }
H1.HeaderClassName
{
color: #719B34;
}
.AnyTagClassName
{
color: #719B34;
}
</style>
background-color css
<style>
a { background-color: #719B34; }
a { background-color: rgb(113,155,52); }
div.DivClassName
{
background-color: #719B34;
}
.BgClassName
{
background-color: #719B34;
}
</style>
border-color css
<style>
span { border-color: #719B34; }
span { border-color: rgb(113,155,52); }
td.TdClassName
{
border-color: #719B34;
}
.TagClassName
{
border-color: #719B34;
}
</style>