Html Css Color HEX #868B50 Wasabi

📋 copy color: '#868B50'

red 134 ◦ green 139 ◦ blue 80

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

Shades of Wasabi #868B50

Tints of Wasabi #868B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 37.96%
G = 39.38%
B = 22.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#868B50 (or 0x868B50) is known color: Wasabi. HEX triplet: 86, 8B and 50. RGB value is (134,139,80). Sum of RGB (Red+Green+Blue) = 134+139+80=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #868B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B50 is #7974AF. Grayscale: #838383. Windows color (decimal): -7959728 or 5278598. OLE color: 5278598.

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

Color convert

RGB 134 139 80 -
CMYK 0.04 0 0.42 0.45
HSL 65.08º 0.27% 0.43% -
HSV(B) 65.08º 0.42% 0.55% -
XYZ 20.51 24.11 11.16 -
YUV 130.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 134 139 80 0.04 0 0.42 0.45 65.08 0.27 0.43
Hex 86 8B 50 4 0 2A 2D 41 1B 2B
Octal 206 213 120 4 0 52 55 101 33 53
Binary 10000110 10001011 1010000 100 0 101010 101101 1000001 11011 101011

Color Harmonies of #868B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B50

Black with #868B50

Text Example


Text Example

White with #868B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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