Html Css Color HEX #868E49 Wasabi

📋 copy color: '#868E49'

red 134 ◦ green 142 ◦ blue 73

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

Shades of Wasabi #868E49

Tints of Wasabi #868E49

RGB

 RED value IS 134 (52.73% from 255) = 38.4%

 GREEN value IS 142 (55.86% from 255) = 40.69%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 38.4%
G = 40.69%
B = 20.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#868E49 (or 0x868E49) is known color: Wasabi. HEX triplet: 86, 8E and 49. RGB value is (134,142,73). Sum of RGB (Red+Green+Blue) = 134+142+73=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #868E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868E49 is #7971B6. Grayscale: #848484. Windows color (decimal): -7958967 or 4820614. OLE color: 4820614.

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

Color convert

RGB 134 142 73 -
CMYK 0.06 0 0.49 0.44
HSL 66.96º 0.32% 0.42% -
HSV(B) 66.96º 0.49% 0.56% -
XYZ 20.71 24.9 10.02 -
YUV 131.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 134 142 73 0.06 0 0.49 0.44 66.96 0.32 0.42
Hex 86 8E 49 6 0 31 2C 43 20 2A
Octal 206 216 111 6 0 61 54 103 40 52
Binary 10000110 10001110 1001001 110 0 110001 101100 1000011 100000 101010

Color Harmonies of #868E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868E49

Black with #868E49

Text Example


Text Example

White with #868E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #868E49;
 }
 .AnyTagClassName
 {
   color: #868E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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