Shades of Sushi #87A641
Tints of Sushi #87A641
RGB
CMYK
RGB Variations
Color information
#87A641 (or 0x87A641) is known color: Sushi. HEX triplet: 87, A6 and 41. RGB value is (135,166,65). Sum of RGB (Red+Green+Blue) = 135+166+65=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #87A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A641 is #7859BE. Grayscale: #919191. Windows color (decimal): -7887295 or 4302471. OLE color: 4302471.
HSL color Cylindrical-coordinate representation of color #87A641: hue angle of 78.42º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87A641 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 65 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.35 |
| HSL | 78.42º | 0.44% | 0.45% | - |
| HSV(B) | 78.42º | 0.61% | 0.65% | - |
| XYZ | 24.58 | 32.8 | 10.04 | - |
| YUV | 145.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 65 | 0.19 | 0 | 0.61 | 0.35 | 78.42 | 0.44 | 0.45 |
| Hex | 87 | A6 | 41 | 13 | 0 | 3D | 23 | 4E | 2C | 2D |
| Octal | 207 | 246 | 101 | 23 | 0 | 75 | 43 | 116 | 54 | 55 |
| Binary | 10000111 | 10100110 | 1000001 | 10011 | 0 | 111101 | 100011 | 1001110 | 101100 | 101101 |
Color Harmonies of #87A641
Complementary color
Monochromatic Colors of #87A641
Black with #87A641
Text Example
Text Example
White with #87A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A641; }
p { color: rgb(135,166,65); }
H1.HeaderClassName
{
color: #87A641;
}
.AnyTagClassName
{
color: #87A641;
}
</style>
background-color css
<style>
a { background-color: #87A641; }
a { background-color: rgb(135,166,65); }
div.DivClassName
{
background-color: #87A641;
}
.BgClassName
{
background-color: #87A641;
}
</style>
border-color css
<style>
span { border-color: #87A641; }
span { border-color: rgb(135,166,65); }
td.TdClassName
{
border-color: #87A641;
}
.TagClassName
{
border-color: #87A641;
}
</style>