Html Css Color HEX #868E42 Wasabi

📋 copy color: '#868E42'

red 134 ◦ green 142 ◦ blue 66

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

Shades of Wasabi #868E42

Tints of Wasabi #868E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 39.18%
G = 41.52%
B = 19.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#868E42 (or 0x868E42) is known color: Wasabi. HEX triplet: 86, 8E and 42. RGB value is (134,142,66). Sum of RGB (Red+Green+Blue) = 134+142+66=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #868E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868E42 is #7971BD. Grayscale: #838383. Windows color (decimal): -7958974 or 4361862. OLE color: 4361862.

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

Color convert

RGB 134 142 66 -
CMYK 0.06 0 0.54 0.44
HSL 66.32º 0.37% 0.41% -
HSV(B) 66.32º 0.54% 0.56% -
XYZ 20.49 24.81 8.86 -
YUV 130.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 134 142 66 0.06 0 0.54 0.44 66.32 0.37 0.41
Hex 86 8E 42 6 0 36 2C 42 25 29
Octal 206 216 102 6 0 66 54 102 45 51
Binary 10000110 10001110 1000010 110 0 110110 101100 1000010 100101 101001

Color Harmonies of #868E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868E42

Black with #868E42

Text Example


Text Example

White with #868E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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