#869b44

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

Shades of Wasabi #869B44

Tints of Wasabi #869B44

Color information

#869B44 (or 0x869B44) is unknown color: approx Wasabi. HEX triplet: 86, 9B and 44. RGB value is (134,155,68). Sum of RGB (Red+Green+Blue) = 134+155+68=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #869B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B44 is #7964BB. Grayscale: #8B8B8B. Windows color (decimal): -7955644 or 4496262. OLE color: 4496262.

HSL color Cylindrical-coordinate representation of color #869B44: hue angle of 74.48º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #869B44 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB13415568-
CMYK0.1400.560.39
HSL74.48º39.01%43.73%-
HSV(B)74.48º56.13%60.78%-
XYZ22.628.939.86-
YUV138.888.04124.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=37.54%
G=43.42%
B=19.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155680.1400.560.3974.4839.0143.73
Hex869B44E038274a272c
Octal20623310416070471124754
Binary10000110100110111000100111001110001001111001010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869b44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869b44; }

 p { color: rgb(134,155,68); }

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

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

 a { background-color: rgb(134,155,68); }

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

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

 span { border-color: rgb(134,155,68); }

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