Html Css Color HEX #868B39 Wasabi

📋 copy color: '#868B39'

red 134 ◦ green 139 ◦ blue 57

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

Shades of Wasabi #868B39

Tints of Wasabi #868B39

RGB

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

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

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

R = 40.61%
G = 42.12%
B = 17.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#868B39 (or 0x868B39) is known color: Wasabi. HEX triplet: 86, 8B and 39. RGB value is (134,139,57). Sum of RGB (Red+Green+Blue) = 134+139+57=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #868B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B39 is #7974C6. Grayscale: #808080. Windows color (decimal): -7959751 or 3771270. OLE color: 3771270.

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

Color convert

RGB 134 139 57 -
CMYK 0.04 0 0.59 0.45
HSL 63.66º 0.42% 0.38% -
HSV(B) 63.66º 0.59% 0.55% -
XYZ 19.8 23.83 7.43 -
YUV 128.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 134 139 57 0.04 0 0.59 0.45 63.66 0.42 0.38
Hex 86 8B 39 4 0 3B 2D 40 2A 26
Octal 206 213 71 4 0 73 55 100 52 46
Binary 10000110 10001011 111001 100 0 111011 101101 1000000 101010 100110

Color Harmonies of #868B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B39

Black with #868B39

Text Example


Text Example

White with #868B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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