Shades of Sushi #71973A
Tints of Sushi #71973A
RGB
CMYK
RGB Variations
Color information
#71973A (or 0x71973A) is known color: Sushi. HEX triplet: 71, 97 and 3A. RGB value is (113,151,58). Sum of RGB (Red+Green+Blue) = 113+151+58=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #71973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71973A is #8E68C5. Grayscale: #818181. Windows color (decimal): -9332934 or 3839857. OLE color: 3839857.
HSL color Cylindrical-coordinate representation of color #71973A: hue angle of 84.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71973A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 58 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.41 |
| HSL | 84.52º | 0.44% | 0.41% | - |
| HSV(B) | 84.52º | 0.62% | 0.59% | - |
| XYZ | 18.64 | 25.95 | 8.03 | - |
| YUV | 129.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 58 | 0.25 | 0 | 0.62 | 0.41 | 84.52 | 0.44 | 0.41 |
| Hex | 71 | 97 | 3A | 19 | 0 | 3E | 29 | 55 | 2C | 29 |
| Octal | 161 | 227 | 72 | 31 | 0 | 76 | 51 | 125 | 54 | 51 |
| Binary | 1110001 | 10010111 | 111010 | 11001 | 0 | 111110 | 101001 | 1010101 | 101100 | 101001 |
Color Harmonies of #71973A
Complementary color
Monochromatic Colors of #71973A
Black with #71973A
Text Example
Text Example
White with #71973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71973A; }
p { color: rgb(113,151,58); }
H1.HeaderClassName
{
color: #71973A;
}
.AnyTagClassName
{
color: #71973A;
}
</style>
background-color css
<style>
a { background-color: #71973A; }
a { background-color: rgb(113,151,58); }
div.DivClassName
{
background-color: #71973A;
}
.BgClassName
{
background-color: #71973A;
}
</style>
border-color css
<style>
span { border-color: #71973A; }
span { border-color: rgb(113,151,58); }
td.TdClassName
{
border-color: #71973A;
}
.TagClassName
{
border-color: #71973A;
}
</style>