#868A48

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

Shades of Wasabi #868A48

Tints of Wasabi #868A48

Color information

#868A48 (or 0x868A48) is unknown color: approx Wasabi. HEX triplet: 86, 8A and 48. RGB value is (134,138,72). Sum of RGB (Red+Green+Blue) = 134+138+72=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #868A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A48 is #7975B7. Grayscale: #818181. Windows color (decimal): -7959992 or 4754054. OLE color: 4754054.

HSL color Cylindrical-coordinate representation of color #868A48: hue angle of 63.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #868A48 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB13413872-
CMYK0.0300.480.46
HSL63.64º31.43%41.18%-
HSV(B)63.64º47.83%54.12%-
XYZ20.0923.719.65-
YUV129.2895.67131.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=38.95%
G=40.12%
B=20.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134138720.0300.480.4663.6431.4341.18
Hex868A4830302E401f29
Octal2062121103060561003751
Binary10000110100010101001000110110000101110100000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,138,72); }

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

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

 a { background-color: rgb(134,138,72); }

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

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

 span { border-color: rgb(134,138,72); }

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