Shades of Sushi #71903C
Tints of Sushi #71903C
RGB
CMYK
RGB Variations
Color information
#71903C (or 0x71903C) is known color: Sushi. HEX triplet: 71, 90 and 3C. RGB value is (113,144,60). Sum of RGB (Red+Green+Blue) = 113+144+60=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #71903C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71903C is #8E6FC3. Grayscale: #7D7D7D. Windows color (decimal): -9334724 or 3969137. OLE color: 3969137.
HSL color Cylindrical-coordinate representation of color #71903C: hue angle of 82.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71903C is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 60 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.44 |
| HSL | 82.14º | 0.41% | 0.4% | - |
| HSV(B) | 82.14º | 0.58% | 0.56% | - |
| XYZ | 17.6 | 23.78 | 7.94 | - |
| YUV | 125.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 60 | 0.22 | 0 | 0.58 | 0.44 | 82.14 | 0.41 | 0.4 |
| Hex | 71 | 90 | 3C | 16 | 0 | 3A | 2C | 52 | 29 | 28 |
| Octal | 161 | 220 | 74 | 26 | 0 | 72 | 54 | 122 | 51 | 50 |
| Binary | 1110001 | 10010000 | 111100 | 10110 | 0 | 111010 | 101100 | 1010010 | 101001 | 101000 |
Color Harmonies of #71903C
Complementary color
Monochromatic Colors of #71903C
Black with #71903C
Text Example
Text Example
White with #71903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71903C; }
p { color: rgb(113,144,60); }
H1.HeaderClassName
{
color: #71903C;
}
.AnyTagClassName
{
color: #71903C;
}
</style>
background-color css
<style>
a { background-color: #71903C; }
a { background-color: rgb(113,144,60); }
div.DivClassName
{
background-color: #71903C;
}
.BgClassName
{
background-color: #71903C;
}
</style>
border-color css
<style>
span { border-color: #71903C; }
span { border-color: rgb(113,144,60); }
td.TdClassName
{
border-color: #71903C;
}
.TagClassName
{
border-color: #71903C;
}
</style>