Shades of Sushi #87AF40
Tints of Sushi #87AF40
RGB
CMYK
RGB Variations
Color information
#87AF40 (or 0x87AF40) is known color: Sushi. HEX triplet: 87, AF and 40. RGB value is (135,175,64). Sum of RGB (Red+Green+Blue) = 135+175+64=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87AF40 is #7850BF. Grayscale: #969696. Windows color (decimal): -7884992 or 4239239. OLE color: 4239239.
HSL color Cylindrical-coordinate representation of color #87AF40: hue angle of 81.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87AF40 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 175 | 64 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.31 |
| HSL | 81.62º | 0.46% | 0.47% | - |
| HSV(B) | 81.62º | 0.63% | 0.69% | - |
| XYZ | 26.25 | 36.18 | 10.45 | - |
| YUV | 150.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 64 | 0.23 | 0 | 0.63 | 0.31 | 81.62 | 0.46 | 0.47 |
| Hex | 87 | AF | 40 | 17 | 0 | 3F | 1F | 52 | 2E | 2F |
| Octal | 207 | 257 | 100 | 27 | 0 | 77 | 37 | 122 | 56 | 57 |
| Binary | 10000111 | 10101111 | 1000000 | 10111 | 0 | 111111 | 11111 | 1010010 | 101110 | 101111 |
Color Harmonies of #87AF40
Complementary color
Monochromatic Colors of #87AF40
Black with #87AF40
Text Example
Text Example
White with #87AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AF40; }
p { color: rgb(135,175,64); }
H1.HeaderClassName
{
color: #87AF40;
}
.AnyTagClassName
{
color: #87AF40;
}
</style>
background-color css
<style>
a { background-color: #87AF40; }
a { background-color: rgb(135,175,64); }
div.DivClassName
{
background-color: #87AF40;
}
.BgClassName
{
background-color: #87AF40;
}
</style>
border-color css
<style>
span { border-color: #87AF40; }
span { border-color: rgb(135,175,64); }
td.TdClassName
{
border-color: #87AF40;
}
.TagClassName
{
border-color: #87AF40;
}
</style>