Shades of Sushi #87A032
Tints of Sushi #87A032
RGB
CMYK
RGB Variations
Color information
#87A032 (or 0x87A032) is known color: Sushi. HEX triplet: 87, A0 and 32. RGB value is (135,160,50). Sum of RGB (Red+Green+Blue) = 135+160+50=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #87A032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A032 is #785FCD. Grayscale: #8C8C8C. Windows color (decimal): -7888846 or 3317895. OLE color: 3317895.
HSL color Cylindrical-coordinate representation of color #87A032: hue angle of 73.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87A032 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 160 | 50 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.37 |
| HSL | 73.64º | 0.52% | 0.41% | - |
| HSV(B) | 73.64º | 0.69% | 0.63% | - |
| XYZ | 23.14 | 30.52 | 7.69 | - |
| YUV | 139.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 160 | 50 | 0.16 | 0 | 0.69 | 0.37 | 73.64 | 0.52 | 0.41 |
| Hex | 87 | A0 | 32 | 10 | 0 | 45 | 25 | 4A | 34 | 29 |
| Octal | 207 | 240 | 62 | 20 | 0 | 105 | 45 | 112 | 64 | 51 |
| Binary | 10000111 | 10100000 | 110010 | 10000 | 0 | 1000101 | 100101 | 1001010 | 110100 | 101001 |
Color Harmonies of #87A032
Complementary color
Monochromatic Colors of #87A032
Black with #87A032
Text Example
Text Example
White with #87A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A032; }
p { color: rgb(135,160,50); }
H1.HeaderClassName
{
color: #87A032;
}
.AnyTagClassName
{
color: #87A032;
}
</style>
background-color css
<style>
a { background-color: #87A032; }
a { background-color: rgb(135,160,50); }
div.DivClassName
{
background-color: #87A032;
}
.BgClassName
{
background-color: #87A032;
}
</style>
border-color css
<style>
span { border-color: #87A032; }
span { border-color: rgb(135,160,50); }
td.TdClassName
{
border-color: #87A032;
}
.TagClassName
{
border-color: #87A032;
}
</style>