Shades of Sushi #87A245
Tints of Sushi #87A245
RGB
CMYK
RGB Variations
Color information
#87A245 (or 0x87A245) is known color: Sushi. HEX triplet: 87, A2 and 45. RGB value is (135,162,69). Sum of RGB (Red+Green+Blue) = 135+162+69=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #87A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A245 is #785DBA. Grayscale: #8F8F8F. Windows color (decimal): -7888315 or 4563591. OLE color: 4563591.
HSL color Cylindrical-coordinate representation of color #87A245: hue angle of 77.42º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #87A245 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 162 | 69 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.36 |
| HSL | 77.42º | 0.4% | 0.45% | - |
| HSV(B) | 77.42º | 0.57% | 0.64% | - |
| XYZ | 23.99 | 31.42 | 10.43 | - |
| YUV | 143.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 69 | 0.17 | 0 | 0.57 | 0.36 | 77.42 | 0.4 | 0.45 |
| Hex | 87 | A2 | 45 | 11 | 0 | 39 | 24 | 4D | 28 | 2D |
| Octal | 207 | 242 | 105 | 21 | 0 | 71 | 44 | 115 | 50 | 55 |
| Binary | 10000111 | 10100010 | 1000101 | 10001 | 0 | 111001 | 100100 | 1001101 | 101000 | 101101 |
Color Harmonies of #87A245
Complementary color
Monochromatic Colors of #87A245
Black with #87A245
Text Example
Text Example
White with #87A245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A245; }
p { color: rgb(135,162,69); }
H1.HeaderClassName
{
color: #87A245;
}
.AnyTagClassName
{
color: #87A245;
}
</style>
background-color css
<style>
a { background-color: #87A245; }
a { background-color: rgb(135,162,69); }
div.DivClassName
{
background-color: #87A245;
}
.BgClassName
{
background-color: #87A245;
}
</style>
border-color css
<style>
span { border-color: #87A245; }
span { border-color: rgb(135,162,69); }
td.TdClassName
{
border-color: #87A245;
}
.TagClassName
{
border-color: #87A245;
}
</style>