#87A13D

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

Shades of Sushi #87A13D

Tints of Sushi #87A13D

Color information

#87A13D (or 0x87A13D) is unknown color: approx Sushi. HEX triplet: 87, A1 and 3D. RGB value is (135,161,61). Sum of RGB (Red+Green+Blue) = 135+161+61=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #87A13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A13D is #785EC2. Grayscale: #8E8E8E. Windows color (decimal): -7888579 or 4039047. OLE color: 4039047.

HSL color Cylindrical-coordinate representation of color #87A13D: hue angle of 75.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #87A13D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB13516161-
CMYK0.1600.620.37
HSL75.6º45.05%43.53%-
HSV(B)75.6º62.11%63.14%-
XYZ23.5830.989.15-
YUV141.8382.39123.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 161 (63.28% from 255) = 45.10%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=37.82%
G=45.10%
B=17.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135161610.1600.620.3775.645.0543.53
Hex87A13D1003E254c2d2c
Octal2072417520076451145554
Binary10000111101000011111011000001111101001011001100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,161,61); }

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

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

 a { background-color: rgb(135,161,61); }

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

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

 span { border-color: rgb(135,161,61); }

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