Shades of Sushi #87A033
Tints of Sushi #87A033
RGB
CMYK
RGB Variations
Color information
#87A033 (or 0x87A033) is known color: Sushi. HEX triplet: 87, A0 and 33. RGB value is (135,160,51). Sum of RGB (Red+Green+Blue) = 135+160+51=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #87A033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A033 is #785FCC. Grayscale: #8C8C8C. Windows color (decimal): -7888845 or 3383431. OLE color: 3383431.
HSL color Cylindrical-coordinate representation of color #87A033: hue angle of 73.76º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87A033 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 160 | 51 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.37 |
| HSL | 73.76º | 0.52% | 0.41% | - |
| HSV(B) | 73.76º | 0.68% | 0.63% | - |
| XYZ | 23.16 | 30.53 | 7.8 | - |
| YUV | 140.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 160 | 51 | 0.16 | 0 | 0.68 | 0.37 | 73.76 | 0.52 | 0.41 |
| Hex | 87 | A0 | 33 | 10 | 0 | 44 | 25 | 4A | 34 | 29 |
| Octal | 207 | 240 | 63 | 20 | 0 | 104 | 45 | 112 | 64 | 51 |
| Binary | 10000111 | 10100000 | 110011 | 10000 | 0 | 1000100 | 100101 | 1001010 | 110100 | 101001 |
Color Harmonies of #87A033
Complementary color
Monochromatic Colors of #87A033
Black with #87A033
Text Example
Text Example
White with #87A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A033; }
p { color: rgb(135,160,51); }
H1.HeaderClassName
{
color: #87A033;
}
.AnyTagClassName
{
color: #87A033;
}
</style>
background-color css
<style>
a { background-color: #87A033; }
a { background-color: rgb(135,160,51); }
div.DivClassName
{
background-color: #87A033;
}
.BgClassName
{
background-color: #87A033;
}
</style>
border-color css
<style>
span { border-color: #87A033; }
span { border-color: rgb(135,160,51); }
td.TdClassName
{
border-color: #87A033;
}
.TagClassName
{
border-color: #87A033;
}
</style>