#869C3B

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

Shades of Wasabi #869C3B

Tints of Wasabi #869C3B

Color information

#869C3B (or 0x869C3B) is unknown color: approx Wasabi. HEX triplet: 86, 9C and 3B. RGB value is (134,156,59). Sum of RGB (Red+Green+Blue) = 134+156+59=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #869C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C3B is #7963C4. Grayscale: #8A8A8A. Windows color (decimal): -7955397 or 3906694. OLE color: 3906694.

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

Color convert

RGB13415659-
CMYK0.1400.620.39
HSL73.61º45.12%42.16%-
HSV(B)73.61º62.18%61.18%-
XYZ22.5129.168.58-
YUV138.3683.21124.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=38.40%
G=44.70%
B=16.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134156590.1400.620.3973.6145.1242.16
Hex869C3BE03E274a2d2a
Octal2062347316076471125552
Binary1000011010011100111011111001111101001111001010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,59); }

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

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

 a { background-color: rgb(134,156,59); }

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

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

 span { border-color: rgb(134,156,59); }

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