Html Css Color HEX #878E50 Wasabi

📋 copy color: '#878E50'

red 135 ◦ green 142 ◦ blue 80

#878E50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #878E50

Tints of Wasabi #878E50

RGB

 RED value IS 135 (53.13% 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 value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#878E50 (or 0x878E50) is known color: 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

RGB 135 142 80 -
CMYK 0.05 0 0.44 0.44
HSL 66.77º 0.28% 0.44% -
HSV(B) 66.77º 0.44% 0.56% -
XYZ 21.11 25.08 11.32 -
YUV 132.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 135 142 80 0.05 0 0.44 0.44 66.77 0.28 0.44
Hex 87 8E 50 5 0 2C 2C 43 1C 2C
Octal 207 216 120 5 0 54 54 103 34 54
Binary 10000111 10001110 1010000 101 0 101100 101100 1000011 11100 101100

Color Harmonies of #878E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E50

Black with #878E50

Text Example


Text Example

White with #878E50

Text Example


Text Example

HTML Codes & Css Web 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>