Html Css Color HEX #868B49 Wasabi

📋 copy color: '#868B49'

red 134 ◦ green 139 ◦ blue 73

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

Shades of Wasabi #868B49

Tints of Wasabi #868B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.17%

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

R = 38.73%
G = 40.17%
B = 21.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#868B49 (or 0x868B49) is known color: Wasabi. HEX triplet: 86, 8B and 49. RGB value is (134,139,73). Sum of RGB (Red+Green+Blue) = 134+139+73=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #868B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B49 is #7974B6. Grayscale: #828282. Windows color (decimal): -7959735 or 4819846. OLE color: 4819846.

HSL color Cylindrical-coordinate representation of color #868B49: hue angle of 64.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #868B49 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 139 73 -
CMYK 0.04 0 0.47 0.45
HSL 64.55º 0.31% 0.42% -
HSV(B) 64.55º 0.47% 0.55% -
XYZ 20.27 24.01 9.87 -
YUV 129.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 134 139 73 0.04 0 0.47 0.45 64.55 0.31 0.42
Hex 86 8B 49 4 0 2F 2D 41 1F 2A
Octal 206 213 111 4 0 57 55 101 37 52
Binary 10000110 10001011 1001001 100 0 101111 101101 1000001 11111 101010

Color Harmonies of #868B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B49

Black with #868B49

Text Example


Text Example

White with #868B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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