#869B39

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

Shades of Wasabi #869B39

Tints of Wasabi #869B39

Color information

#869B39 (or 0x869B39) is unknown color: approx Wasabi. HEX triplet: 86, 9B and 39. RGB value is (134,155,57). Sum of RGB (Red+Green+Blue) = 134+155+57=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #869B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B39 is #7964C6. Grayscale: #898989. Windows color (decimal): -7955655 or 3775366. OLE color: 3775366.

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

Color convert

RGB13415557-
CMYK0.1400.630.39
HSL72.86º46.23%41.57%-
HSV(B)72.86º63.23%60.78%-
XYZ22.2928.818.26-
YUV137.5582.54125.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 57 (22.66% from 255) = 16.47%
R=38.73%
G=44.80%
B=16.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155570.1400.630.3972.8646.2341.57
Hex869B39E03F27492e2a
Octal2062337116077471115652
Binary1000011010011011111001111001111111001111001001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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