#868F2A

Color #868F2A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #868F2A

Tints of Wasabi #868F2A

Color information

#868F2A (or 0x868F2A) is unknown color: approx Wasabi. HEX triplet: 86, 8F and 2A. RGB value is (134,143,42). Sum of RGB (Red+Green+Blue) = 134+143+42=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #868F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868F2A is #7970D5. Grayscale: #818181. Windows color (decimal): -7958742 or 2789254. OLE color: 2789254.

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

Color convert

RGB13414342-
CMYK0.0600.710.44
HSL65.35º54.59%36.27%-
HSV(B)65.35º70.63%56.08%-
XYZ20.0724.885.93-
YUV128.7979.02131.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=42.01%
G=44.83%
B=13.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134143420.0600.710.4465.3554.5936.27
Hex868F2A60472C413724
Octal2062175260107541016744
Binary1000011010001111101010110010001111011001000001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,143,42); }

 H1.HeaderClassName
 {
   color: #868F2A;
 }
 .AnyTagClassName
 {
   color: #868F2A;
 }
</style>
background-color css

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

 a { background-color: rgb(134,143,42); }

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

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

 span { border-color: rgb(134,143,42); }

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