Shades of Sushi #71993D
Tints of Sushi #71993D
RGB
CMYK
RGB Variations
Color information
#71993D (or 0x71993D) is known color: Sushi. HEX triplet: 71, 99 and 3D. RGB value is (113,153,61). Sum of RGB (Red+Green+Blue) = 113+153+61=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #71993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71993D is #8E66C2. Grayscale: #828282. Windows color (decimal): -9332419 or 4036977. OLE color: 4036977.
HSL color Cylindrical-coordinate representation of color #71993D: hue angle of 86.09º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71993D is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 61 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.4 |
| HSL | 86.09º | 0.43% | 0.42% | - |
| HSV(B) | 86.09º | 0.6% | 0.6% | - |
| XYZ | 19.04 | 26.63 | 8.55 | - |
| YUV | 130.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 61 | 0.26 | 0 | 0.60 | 0.4 | 86.09 | 0.43 | 0.42 |
| Hex | 71 | 99 | 3D | 1A | 0 | 3C | 28 | 56 | 2B | 2A |
| Octal | 161 | 231 | 75 | 32 | 0 | 74 | 50 | 126 | 53 | 52 |
| Binary | 1110001 | 10011001 | 111101 | 11010 | 0 | 111100 | 101000 | 1010110 | 101011 | 101010 |
Color Harmonies of #71993D
Complementary color
Monochromatic Colors of #71993D
Black with #71993D
Text Example
Text Example
White with #71993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71993D; }
p { color: rgb(113,153,61); }
H1.HeaderClassName
{
color: #71993D;
}
.AnyTagClassName
{
color: #71993D;
}
</style>
background-color css
<style>
a { background-color: #71993D; }
a { background-color: rgb(113,153,61); }
div.DivClassName
{
background-color: #71993D;
}
.BgClassName
{
background-color: #71993D;
}
</style>
border-color css
<style>
span { border-color: #71993D; }
span { border-color: rgb(113,153,61); }
td.TdClassName
{
border-color: #71993D;
}
.TagClassName
{
border-color: #71993D;
}
</style>