Html Css Color HEX #868942 Wasabi

📋 copy color: '#868942'

red 134 ◦ green 137 ◦ blue 66

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

Shades of Wasabi #868942

Tints of Wasabi #868942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 39.76%
G = 40.65%
B = 19.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#868942 (or 0x868942) is known color: Wasabi. HEX triplet: 86, 89 and 42. RGB value is (134,137,66). Sum of RGB (Red+Green+Blue) = 134+137+66=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #868942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868942 is #7976BD. Grayscale: #808080. Windows color (decimal): -7960254 or 4360582. OLE color: 4360582.

HSL color Cylindrical-coordinate representation of color #868942: hue angle of 62.54º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #868942 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 66 -
CMYK 0.02 0 0.52 0.46
HSL 62.54º 0.35% 0.4% -
HSV(B) 62.54º 0.52% 0.54% -
XYZ 19.76 23.35 8.62 -
YUV 128.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 134 137 66 0.02 0 0.52 0.46 62.54 0.35 0.4
Hex 86 89 42 2 0 34 2E 3F 23 28
Octal 206 211 102 2 0 64 56 77 43 50
Binary 10000110 10001001 1000010 10 0 110100 101110 111111 100011 101000

Color Harmonies of #868942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868942

Black with #868942

Text Example


Text Example

White with #868942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868942; }

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

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

background-color css

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

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

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

border-color css

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

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

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