Shades of Sushi #71992F
Tints of Sushi #71992F
RGB
CMYK
RGB Variations
Color information
#71992F (or 0x71992F) is known color: Sushi. HEX triplet: 71, 99 and 2F. RGB value is (113,153,47). Sum of RGB (Red+Green+Blue) = 113+153+47=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #71992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71992F is #8E66D0. Grayscale: #818181. Windows color (decimal): -9332433 or 3119473. OLE color: 3119473.
HSL color Cylindrical-coordinate representation of color #71992F: hue angle of 82.64º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71992F is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 47 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.4 |
| HSL | 82.64º | 0.53% | 0.39% | - |
| HSV(B) | 82.64º | 0.69% | 0.6% | - |
| XYZ | 18.71 | 26.5 | 6.82 | - |
| YUV | 128.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 47 | 0.26 | 0 | 0.69 | 0.4 | 82.64 | 0.53 | 0.39 |
| Hex | 71 | 99 | 2F | 1A | 0 | 45 | 28 | 53 | 35 | 27 |
| Octal | 161 | 231 | 57 | 32 | 0 | 105 | 50 | 123 | 65 | 47 |
| Binary | 1110001 | 10011001 | 101111 | 11010 | 0 | 1000101 | 101000 | 1010011 | 110101 | 100111 |
Color Harmonies of #71992F
Complementary color
Monochromatic Colors of #71992F
Black with #71992F
Text Example
Text Example
White with #71992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71992F; }
p { color: rgb(113,153,47); }
H1.HeaderClassName
{
color: #71992F;
}
.AnyTagClassName
{
color: #71992F;
}
</style>
background-color css
<style>
a { background-color: #71992F; }
a { background-color: rgb(113,153,47); }
div.DivClassName
{
background-color: #71992F;
}
.BgClassName
{
background-color: #71992F;
}
</style>
border-color css
<style>
span { border-color: #71992F; }
span { border-color: rgb(113,153,47); }
td.TdClassName
{
border-color: #71992F;
}
.TagClassName
{
border-color: #71992F;
}
</style>