Html Css Color HEX #868D2E Wasabi

📋 copy color: '#868D2E'

red 134 ◦ green 141 ◦ blue 46

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

Shades of Wasabi #868D2E

Tints of Wasabi #868D2E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.93%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 41.74%
G = 43.93%
B = 14.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#868D2E (or 0x868D2E) is known color: Wasabi. HEX triplet: 86, 8D and 2E. RGB value is (134,141,46). Sum of RGB (Red+Green+Blue) = 134+141+46=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #868D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868D2E is #7972D1. Grayscale: #808080. Windows color (decimal): -7959250 or 3050886. OLE color: 3050886.

HSL color Cylindrical-coordinate representation of color #868D2E: hue angle of 64.42º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #868D2E is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 141 46 -
CMYK 0.05 0 0.67 0.45
HSL 64.42º 0.51% 0.37% -
HSV(B) 64.42º 0.67% 0.55% -
XYZ 19.85 24.32 6.23 -
YUV 128.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 134 141 46 0.05 0 0.67 0.45 64.42 0.51 0.37
Hex 86 8D 2E 5 0 43 2D 40 33 25
Octal 206 215 56 5 0 103 55 100 63 45
Binary 10000110 10001101 101110 101 0 1000011 101101 1000000 110011 100101

Color Harmonies of #868D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868D2E

Black with #868D2E

Text Example


Text Example

White with #868D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,141,46); }

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

background-color css

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

 a { background-color: rgb(134,141,46); }

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

border-color css

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

 span { border-color: rgb(134,141,46); }

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