Shades of Sushi #71983D
Tints of Sushi #71983D
RGB
CMYK
RGB Variations
Color information
#71983D (or 0x71983D) is known color: Sushi. HEX triplet: 71, 98 and 3D. RGB value is (113,152,61). Sum of RGB (Red+Green+Blue) = 113+152+61=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #71983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71983D is #8E67C2. Grayscale: #828282. Windows color (decimal): -9332675 or 4036721. OLE color: 4036721.
HSL color Cylindrical-coordinate representation of color #71983D: hue angle of 85.71º 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 #71983D is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 152 | 61 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.40 |
| HSL | 85.71º | 0.43% | 0.42% | - |
| HSV(B) | 85.71º | 0.6% | 0.6% | - |
| XYZ | 18.88 | 26.3 | 8.5 | - |
| YUV | 129.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 61 | 0.26 | 0 | 0.60 | 0.40 | 85.71 | 0.43 | 0.42 |
| Hex | 71 | 98 | 3D | 1A | 0 | 3C | 28 | 56 | 2B | 2A |
| Octal | 161 | 230 | 75 | 32 | 0 | 74 | 50 | 126 | 53 | 52 |
| Binary | 1110001 | 10011000 | 111101 | 11010 | 0 | 111100 | 101000 | 1010110 | 101011 | 101010 |
Color Harmonies of #71983D
Complementary color
Monochromatic Colors of #71983D
Black with #71983D
Text Example
Text Example
White with #71983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71983D; }
p { color: rgb(113,152,61); }
H1.HeaderClassName
{
color: #71983D;
}
.AnyTagClassName
{
color: #71983D;
}
</style>
background-color css
<style>
a { background-color: #71983D; }
a { background-color: rgb(113,152,61); }
div.DivClassName
{
background-color: #71983D;
}
.BgClassName
{
background-color: #71983D;
}
</style>
border-color css
<style>
span { border-color: #71983D; }
span { border-color: rgb(113,152,61); }
td.TdClassName
{
border-color: #71983D;
}
.TagClassName
{
border-color: #71983D;
}
</style>