Shades of Sushi #71982D
Tints of Sushi #71982D
RGB
CMYK
RGB Variations
Color information
#71982D (or 0x71982D) is known color: Sushi. HEX triplet: 71, 98 and 2D. RGB value is (113,152,45). Sum of RGB (Red+Green+Blue) = 113+152+45=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #71982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71982D is #8E67D2. Grayscale: #808080. Windows color (decimal): -9332691 or 2988145. OLE color: 2988145.
HSL color Cylindrical-coordinate representation of color #71982D: hue angle of 81.87º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71982D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 152 | 45 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.40 |
| HSL | 81.87º | 0.54% | 0.39% | - |
| HSV(B) | 81.87º | 0.7% | 0.6% | - |
| XYZ | 18.51 | 26.16 | 6.56 | - |
| YUV | 128.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 45 | 0.26 | 0 | 0.70 | 0.40 | 81.87 | 0.54 | 0.39 |
| Hex | 71 | 98 | 2D | 1A | 0 | 46 | 28 | 52 | 36 | 27 |
| Octal | 161 | 230 | 55 | 32 | 0 | 106 | 50 | 122 | 66 | 47 |
| Binary | 1110001 | 10011000 | 101101 | 11010 | 0 | 1000110 | 101000 | 1010010 | 110110 | 100111 |
Color Harmonies of #71982D
Complementary color
Monochromatic Colors of #71982D
Black with #71982D
Text Example
Text Example
White with #71982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71982D; }
p { color: rgb(113,152,45); }
H1.HeaderClassName
{
color: #71982D;
}
.AnyTagClassName
{
color: #71982D;
}
</style>
background-color css
<style>
a { background-color: #71982D; }
a { background-color: rgb(113,152,45); }
div.DivClassName
{
background-color: #71982D;
}
.BgClassName
{
background-color: #71982D;
}
</style>
border-color css
<style>
span { border-color: #71982D; }
span { border-color: rgb(113,152,45); }
td.TdClassName
{
border-color: #71982D;
}
.TagClassName
{
border-color: #71982D;
}
</style>