Shades of Sushi #87AB3C
Tints of Sushi #87AB3C
RGB
CMYK
RGB Variations
Color information
#87AB3C (or 0x87AB3C) is known color: Sushi. HEX triplet: 87, AB and 3C. RGB value is (135,171,60). Sum of RGB (Red+Green+Blue) = 135+171+60=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #87AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87AB3C is #7854C3. Grayscale: #939393. Windows color (decimal): -7886020 or 3976071. OLE color: 3976071.
HSL color Cylindrical-coordinate representation of color #87AB3C: hue angle of 79.46º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87AB3C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 171 | 60 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.33 |
| HSL | 79.46º | 0.48% | 0.45% | - |
| HSV(B) | 79.46º | 0.65% | 0.67% | - |
| XYZ | 25.37 | 34.6 | 9.62 | - |
| YUV | 147.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 60 | 0.21 | 0 | 0.65 | 0.33 | 79.46 | 0.48 | 0.45 |
| Hex | 87 | AB | 3C | 15 | 0 | 41 | 21 | 4F | 30 | 2D |
| Octal | 207 | 253 | 74 | 25 | 0 | 101 | 41 | 117 | 60 | 55 |
| Binary | 10000111 | 10101011 | 111100 | 10101 | 0 | 1000001 | 100001 | 1001111 | 110000 | 101101 |
Color Harmonies of #87AB3C
Complementary color
Monochromatic Colors of #87AB3C
Black with #87AB3C
Text Example
Text Example
White with #87AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AB3C; }
p { color: rgb(135,171,60); }
H1.HeaderClassName
{
color: #87AB3C;
}
.AnyTagClassName
{
color: #87AB3C;
}
</style>
background-color css
<style>
a { background-color: #87AB3C; }
a { background-color: rgb(135,171,60); }
div.DivClassName
{
background-color: #87AB3C;
}
.BgClassName
{
background-color: #87AB3C;
}
</style>
border-color css
<style>
span { border-color: #87AB3C; }
span { border-color: rgb(135,171,60); }
td.TdClassName
{
border-color: #87AB3C;
}
.TagClassName
{
border-color: #87AB3C;
}
</style>