Shades of Sushi #71A334
Tints of Sushi #71A334
RGB
CMYK
RGB Variations
Color information
#71A334 (or 0x71A334) is known color: Sushi. HEX triplet: 71, A3 and 34. RGB value is (113,163,52). Sum of RGB (Red+Green+Blue) = 113+163+52=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #71A334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A334 is #8E5CCB. Grayscale: #878787. Windows color (decimal): -9329868 or 3449713. OLE color: 3449713.
HSL color Cylindrical-coordinate representation of color #71A334: hue angle of 87.03º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71A334 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 163 | 52 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.36 |
| HSL | 87.03º | 0.52% | 0.42% | - |
| HSV(B) | 87.03º | 0.68% | 0.64% | - |
| XYZ | 20.53 | 29.95 | 7.95 | - |
| YUV | 135.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 163 | 52 | 0.31 | 0 | 0.68 | 0.36 | 87.03 | 0.52 | 0.42 |
| Hex | 71 | A3 | 34 | 1F | 0 | 44 | 24 | 57 | 34 | 2A |
| Octal | 161 | 243 | 64 | 37 | 0 | 104 | 44 | 127 | 64 | 52 |
| Binary | 1110001 | 10100011 | 110100 | 11111 | 0 | 1000100 | 100100 | 1010111 | 110100 | 101010 |
Color Harmonies of #71A334
Complementary color
Monochromatic Colors of #71A334
Black with #71A334
Text Example
Text Example
White with #71A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A334; }
p { color: rgb(113,163,52); }
H1.HeaderClassName
{
color: #71A334;
}
.AnyTagClassName
{
color: #71A334;
}
</style>
background-color css
<style>
a { background-color: #71A334; }
a { background-color: rgb(113,163,52); }
div.DivClassName
{
background-color: #71A334;
}
.BgClassName
{
background-color: #71A334;
}
</style>
border-color css
<style>
span { border-color: #71A334; }
span { border-color: rgb(113,163,52); }
td.TdClassName
{
border-color: #71A334;
}
.TagClassName
{
border-color: #71A334;
}
</style>