#878F4C

Color #878F4C Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #878F4C

Tints of Wasabi #878F4C

Color information

#878F4C (or 0x878F4C) is unknown color: approx Wasabi. HEX triplet: 87, 8F and 4C. RGB value is (135,143,76). Sum of RGB (Red+Green+Blue) = 135+143+76=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #878F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878F4C is #7870B3. Grayscale: #858585. Windows color (decimal): -7893172 or 5017479. OLE color: 5017479.

HSL color Cylindrical-coordinate representation of color #878F4C: hue angle of 67.16º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878F4C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB13514376-
CMYK0.0600.470.44
HSL67.16º30.59%42.94%-
HSV(B)67.16º46.85%56.08%-
XYZ21.1225.3210.61-
YUV132.9795.85129.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=38.14%
G=40.40%
B=21.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135143760.0600.470.4467.1630.5942.94
Hex878F4C602F2C431f2b
Octal2072171146057541033753
Binary100001111000111110011001100101111101100100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878F4C; }

 p { color: rgb(135,143,76); }

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

<style>
 a { background-color: #878F4C; }

 a { background-color: rgb(135,143,76); }

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

<style>
 span { border-color: #878F4C; }

 span { border-color: rgb(135,143,76); }

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