#868C45

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

Shades of Wasabi #868C45

Tints of Wasabi #868C45

Color information

#868C45 (or 0x868C45) is unknown color: approx Wasabi. HEX triplet: 86, 8C and 45. RGB value is (134,140,69). Sum of RGB (Red+Green+Blue) = 134+140+69=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #868C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868C45 is #7973BA. Grayscale: #828282. Windows color (decimal): -7959483 or 4557958. OLE color: 4557958.

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

Color convert

RGB13414069-
CMYK0.0400.510.45
HSL65.07º33.97%40.98%-
HSV(B)65.07º50.71%54.9%-
XYZ20.2824.259.24-
YUV130.1193.51130.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=39.07%
G=40.82%
B=20.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134140690.0400.510.4565.0733.9740.98
Hex868C4540332D412229
Octal2062141054063551014251
Binary1000011010001100100010110001100111011011000001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,140,69); }

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

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

 a { background-color: rgb(134,140,69); }

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

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

 span { border-color: rgb(134,140,69); }

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