#868E51

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

Shades of Wasabi #868E51

Tints of Wasabi #868E51

Color information

#868E51 (or 0x868E51) is unknown color: approx Wasabi. HEX triplet: 86, 8E and 51. RGB value is (134,142,81). Sum of RGB (Red+Green+Blue) = 134+142+81=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #868E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868E51 is #7971AE. Grayscale: #848484. Windows color (decimal): -7958959 or 5344902. OLE color: 5344902.

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

Color convert

RGB13414281-
CMYK0.0600.430.44
HSL67.87º27.35%43.73%-
HSV(B)67.87º42.96%55.69%-
XYZ20.9925.0111.51-
YUV132.6598.85128.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=37.54%
G=39.78%
B=22.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134142810.0600.430.4467.8727.3543.73
Hex868E51602B2C441b2c
Octal2062161216053541043354
Binary100001101000111010100011100101011101100100010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868E51; }

 p { color: rgb(134,142,81); }

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

<style>
 a { background-color: #868E51; }

 a { background-color: rgb(134,142,81); }

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

<style>
 span { border-color: #868E51; }

 span { border-color: rgb(134,142,81); }

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