Shades of Sushi #71963E
Tints of Sushi #71963E
RGB
CMYK
RGB Variations
Color information
#71963E (or 0x71963E) is known color: Sushi. HEX triplet: 71, 96 and 3E. RGB value is (113,150,62). Sum of RGB (Red+Green+Blue) = 113+150+62=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #71963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71963E is #8E69C1. Grayscale: #818181. Windows color (decimal): -9333186 or 4101745. OLE color: 4101745.
HSL color Cylindrical-coordinate representation of color #71963E: hue angle of 85.23º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71963E is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 150 | 62 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.41 |
| HSL | 85.23º | 0.42% | 0.42% | - |
| HSV(B) | 85.23º | 0.59% | 0.59% | - |
| XYZ | 18.59 | 25.67 | 8.53 | - |
| YUV | 128.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 150 | 62 | 0.25 | 0 | 0.59 | 0.41 | 85.23 | 0.42 | 0.42 |
| Hex | 71 | 96 | 3E | 19 | 0 | 3B | 29 | 55 | 2A | 2A |
| Octal | 161 | 226 | 76 | 31 | 0 | 73 | 51 | 125 | 52 | 52 |
| Binary | 1110001 | 10010110 | 111110 | 11001 | 0 | 111011 | 101001 | 1010101 | 101010 | 101010 |
Color Harmonies of #71963E
Complementary color
Monochromatic Colors of #71963E
Black with #71963E
Text Example
Text Example
White with #71963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71963E; }
p { color: rgb(113,150,62); }
H1.HeaderClassName
{
color: #71963E;
}
.AnyTagClassName
{
color: #71963E;
}
</style>
background-color css
<style>
a { background-color: #71963E; }
a { background-color: rgb(113,150,62); }
div.DivClassName
{
background-color: #71963E;
}
.BgClassName
{
background-color: #71963E;
}
</style>
border-color css
<style>
span { border-color: #71963E; }
span { border-color: rgb(113,150,62); }
td.TdClassName
{
border-color: #71963E;
}
.TagClassName
{
border-color: #71963E;
}
</style>