#869443

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

Shades of Wasabi #869443

Tints of Wasabi #869443

Color information

#869443 (or 0x869443) is unknown color: approx Wasabi. HEX triplet: 86, 94 and 43. RGB value is (134,148,67). Sum of RGB (Red+Green+Blue) = 134+148+67=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #869443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869443 is #796BBC. Grayscale: #868686. Windows color (decimal): -7957437 or 4428934. OLE color: 4428934.

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

Color convert

RGB13414867-
CMYK0.0900.550.42
HSL70.37º37.67%42.16%-
HSV(B)70.37º54.73%58.04%-
XYZ21.4326.659.33-
YUV134.5889.86127.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=38.40%
G=42.41%
B=19.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134148670.0900.550.4270.3737.6742.16
Hex86944390372A46262a
Octal20622410311067521064652
Binary10000110100101001000011100101101111010101000110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869443; }

 p { color: rgb(134,148,67); }

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

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

 a { background-color: rgb(134,148,67); }

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

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

 span { border-color: rgb(134,148,67); }

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