Shades of Sushi #87A238
Tints of Sushi #87A238
RGB
CMYK
RGB Variations
Color information
#87A238 (or 0x87A238) is known color: Sushi. HEX triplet: 87, A2 and 38. RGB value is (135,162,56). Sum of RGB (Red+Green+Blue) = 135+162+56=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #87A238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A238 is #785DC7. Grayscale: #8E8E8E. Windows color (decimal): -7888328 or 3711623. OLE color: 3711623.
HSL color Cylindrical-coordinate representation of color #87A238: hue angle of 75.28º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87A238 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 162 | 56 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.36 |
| HSL | 75.28º | 0.49% | 0.43% | - |
| HSV(B) | 75.28º | 0.65% | 0.64% | - |
| XYZ | 23.63 | 31.28 | 8.53 | - |
| YUV | 141.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 56 | 0.17 | 0 | 0.65 | 0.36 | 75.28 | 0.49 | 0.43 |
| Hex | 87 | A2 | 38 | 11 | 0 | 41 | 24 | 4B | 31 | 2B |
| Octal | 207 | 242 | 70 | 21 | 0 | 101 | 44 | 113 | 61 | 53 |
| Binary | 10000111 | 10100010 | 111000 | 10001 | 0 | 1000001 | 100100 | 1001011 | 110001 | 101011 |
Color Harmonies of #87A238
Complementary color
Monochromatic Colors of #87A238
Black with #87A238
Text Example
Text Example
White with #87A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A238; }
p { color: rgb(135,162,56); }
H1.HeaderClassName
{
color: #87A238;
}
.AnyTagClassName
{
color: #87A238;
}
</style>
background-color css
<style>
a { background-color: #87A238; }
a { background-color: rgb(135,162,56); }
div.DivClassName
{
background-color: #87A238;
}
.BgClassName
{
background-color: #87A238;
}
</style>
border-color css
<style>
span { border-color: #87A238; }
span { border-color: rgb(135,162,56); }
td.TdClassName
{
border-color: #87A238;
}
.TagClassName
{
border-color: #87A238;
}
</style>