Shades of Sushi #71982E
Tints of Sushi #71982E
RGB
CMYK
RGB Variations
Color information
#71982E (or 0x71982E) is known color: Sushi. HEX triplet: 71, 98 and 2E. RGB value is (113,152,46). Sum of RGB (Red+Green+Blue) = 113+152+46=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #71982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71982E is #8E67D1. Grayscale: #808080. Windows color (decimal): -9332690 or 3053681. OLE color: 3053681.
HSL color Cylindrical-coordinate representation of color #71982E: hue angle of 82.08º 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 #71982E is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 152 | 46 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.40 |
| HSL | 82.08º | 0.54% | 0.39% | - |
| HSV(B) | 82.08º | 0.7% | 0.6% | - |
| XYZ | 18.53 | 26.16 | 6.66 | - |
| YUV | 128.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 46 | 0.26 | 0 | 0.70 | 0.40 | 82.08 | 0.54 | 0.39 |
| Hex | 71 | 98 | 2E | 1A | 0 | 46 | 28 | 52 | 36 | 27 |
| Octal | 161 | 230 | 56 | 32 | 0 | 106 | 50 | 122 | 66 | 47 |
| Binary | 1110001 | 10011000 | 101110 | 11010 | 0 | 1000110 | 101000 | 1010010 | 110110 | 100111 |
Color Harmonies of #71982E
Complementary color
Monochromatic Colors of #71982E
Black with #71982E
Text Example
Text Example
White with #71982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71982E; }
p { color: rgb(113,152,46); }
H1.HeaderClassName
{
color: #71982E;
}
.AnyTagClassName
{
color: #71982E;
}
</style>
background-color css
<style>
a { background-color: #71982E; }
a { background-color: rgb(113,152,46); }
div.DivClassName
{
background-color: #71982E;
}
.BgClassName
{
background-color: #71982E;
}
</style>
border-color css
<style>
span { border-color: #71982E; }
span { border-color: rgb(113,152,46); }
td.TdClassName
{
border-color: #71982E;
}
.TagClassName
{
border-color: #71982E;
}
</style>