#87AC3F

Color #87AC3F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #87AC3F

Tints of Sushi #87AC3F

Color information

#87AC3F (or 0x87AC3F) is unknown color: approx Sushi. HEX triplet: 87, AC and 3F. RGB value is (135,172,63). Sum of RGB (Red+Green+Blue) = 135+172+63=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87AC3F is #7853C0. Grayscale: #949494. Windows color (decimal): -7885761 or 4172935. OLE color: 4172935.

HSL color Cylindrical-coordinate representation of color #87AC3F: hue angle of 80.37º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87AC3F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB13517263-
CMYK0.2200.630.33
HSL80.37º46.38%46.08%-
HSV(B)80.37º63.37%67.45%-
XYZ25.6435.0110.11-
YUV148.5179.74118.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 63 (25% from 255) = 17.03%
R=36.49%
G=46.49%
B=17.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135172630.2200.630.3380.3746.3846.08
Hex87AC3F1603F21502e2e
Octal2072547726077411205656
Binary10000111101011001111111011001111111000011010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AC3F; }

 p { color: rgb(135,172,63); }

 H1.HeaderClassName
 {
   color: #87AC3F;
 }
 .AnyTagClassName
 {
   color: #87AC3F;
 }
</style>
background-color css

<style>
 a { background-color: #87AC3F; }

 a { background-color: rgb(135,172,63); }

 div.DivClassName
 {
   background-color: #87AC3F;
 }
 .BgClassName
 {
   background-color: #87AC3F;
 }
</style>
border-color css

<style>
 span { border-color: #87AC3F; }

 span { border-color: rgb(135,172,63); }

 td.TdClassName
 {
   border-color: #87AC3F;
 }
 .TagClassName
 {
   border-color: #87AC3F;
 }
</style>