Shades of Sushi #71A12C
Tints of Sushi #71A12C
RGB
CMYK
RGB Variations
Color information
#71A12C (or 0x71A12C) is known color: Sushi. HEX triplet: 71, A1 and 2C. RGB value is (113,161,44). Sum of RGB (Red+Green+Blue) = 113+161+44=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #71A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A12C is #8E5ED3. Grayscale: #858585. Windows color (decimal): -9330388 or 2924913. OLE color: 2924913.
HSL color Cylindrical-coordinate representation of color #71A12C: hue angle of 84.62º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71A12C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 44 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.37 |
| HSL | 84.62º | 0.57% | 0.4% | - |
| HSV(B) | 84.62º | 0.73% | 0.63% | - |
| XYZ | 20.01 | 29.18 | 6.96 | - |
| YUV | 133.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 44 | 0.30 | 0 | 0.73 | 0.37 | 84.62 | 0.57 | 0.4 |
| Hex | 71 | A1 | 2C | 1E | 0 | 49 | 25 | 55 | 39 | 28 |
| Octal | 161 | 241 | 54 | 36 | 0 | 111 | 45 | 125 | 71 | 50 |
| Binary | 1110001 | 10100001 | 101100 | 11110 | 0 | 1001001 | 100101 | 1010101 | 111001 | 101000 |
Color Harmonies of #71A12C
Complementary color
Monochromatic Colors of #71A12C
Black with #71A12C
Text Example
Text Example
White with #71A12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A12C; }
p { color: rgb(113,161,44); }
H1.HeaderClassName
{
color: #71A12C;
}
.AnyTagClassName
{
color: #71A12C;
}
</style>
background-color css
<style>
a { background-color: #71A12C; }
a { background-color: rgb(113,161,44); }
div.DivClassName
{
background-color: #71A12C;
}
.BgClassName
{
background-color: #71A12C;
}
</style>
border-color css
<style>
span { border-color: #71A12C; }
span { border-color: rgb(113,161,44); }
td.TdClassName
{
border-color: #71A12C;
}
.TagClassName
{
border-color: #71A12C;
}
</style>