Html Css Color HEX #868E39 Wasabi

📋 copy color: '#868E39'

red 134 ◦ green 142 ◦ blue 57

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

Shades of Wasabi #868E39

Tints of Wasabi #868E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.12%

R = 40.24%
G = 42.64%
B = 17.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#868E39 (or 0x868E39) is known color: Wasabi. HEX triplet: 86, 8E and 39. RGB value is (134,142,57). Sum of RGB (Red+Green+Blue) = 134+142+57=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #868E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868E39 is #7971C6. Grayscale: #828282. Windows color (decimal): -7958983 or 3772038. OLE color: 3772038.

HSL color Cylindrical-coordinate representation of color #868E39: hue angle of 65.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #868E39 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 142 57 -
CMYK 0.06 0 0.60 0.44
HSL 65.65º 0.43% 0.39% -
HSV(B) 65.65º 0.6% 0.56% -
XYZ 20.24 24.71 7.57 -
YUV 129.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 134 142 57 0.06 0 0.60 0.44 65.65 0.43 0.39
Hex 86 8E 39 6 0 3C 2C 42 2B 27
Octal 206 216 71 6 0 74 54 102 53 47
Binary 10000110 10001110 111001 110 0 111100 101100 1000010 101011 100111

Color Harmonies of #868E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868E39

Black with #868E39

Text Example


Text Example

White with #868E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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