#878E50

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

Shades of Wasabi #878E50

Tints of Wasabi #878E50

Color information

#878E50 (or 0x878E50) is unknown color: approx Wasabi. HEX triplet: 87, 8E and 50. RGB value is (135,142,80). Sum of RGB (Red+Green+Blue) = 135+142+80=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #878E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E50 is #7871AF. Grayscale: #858585. Windows color (decimal): -7893424 or 5279367. OLE color: 5279367.

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

Color convert

RGB13514280-
CMYK0.0500.440.44
HSL66.77º27.93%43.53%-
HSV(B)66.77º43.66%55.69%-
XYZ21.1125.0811.32-
YUV132.8498.18129.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=37.82%
G=39.78%
B=22.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135142800.0500.440.4466.7727.9343.53
Hex878E50502C2C431c2c
Octal2072161205054541033454
Binary100001111000111010100001010101100101100100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,80); }

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

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

 a { background-color: rgb(135,142,80); }

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

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

 span { border-color: rgb(135,142,80); }

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