Shades of Sushi #719C2C
Tints of Sushi #719C2C
RGB
CMYK
RGB Variations
Color information
#719C2C (or 0x719C2C) is known color: Sushi. HEX triplet: 71, 9C and 2C. RGB value is (113,156,44). Sum of RGB (Red+Green+Blue) = 113+156+44=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #719C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719C2C is #8E63D3. Grayscale: #828282. Windows color (decimal): -9331668 or 2923633. OLE color: 2923633.
HSL color Cylindrical-coordinate representation of color #719C2C: hue angle of 83.04º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #719C2C is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 44 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.39 |
| HSL | 83.04º | 0.56% | 0.39% | - |
| HSV(B) | 83.04º | 0.72% | 0.61% | - |
| XYZ | 19.15 | 27.47 | 6.68 | - |
| YUV | 130.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 44 | 0.28 | 0 | 0.72 | 0.39 | 83.04 | 0.56 | 0.39 |
| Hex | 71 | 9C | 2C | 1C | 0 | 48 | 27 | 53 | 38 | 27 |
| Octal | 161 | 234 | 54 | 34 | 0 | 110 | 47 | 123 | 70 | 47 |
| Binary | 1110001 | 10011100 | 101100 | 11100 | 0 | 1001000 | 100111 | 1010011 | 111000 | 100111 |
Color Harmonies of #719C2C
Complementary color
Monochromatic Colors of #719C2C
Black with #719C2C
Text Example
Text Example
White with #719C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C2C; }
p { color: rgb(113,156,44); }
H1.HeaderClassName
{
color: #719C2C;
}
.AnyTagClassName
{
color: #719C2C;
}
</style>
background-color css
<style>
a { background-color: #719C2C; }
a { background-color: rgb(113,156,44); }
div.DivClassName
{
background-color: #719C2C;
}
.BgClassName
{
background-color: #719C2C;
}
</style>
border-color css
<style>
span { border-color: #719C2C; }
span { border-color: rgb(113,156,44); }
td.TdClassName
{
border-color: #719C2C;
}
.TagClassName
{
border-color: #719C2C;
}
</style>