#869136

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

Shades of Wasabi #869136

Tints of Wasabi #869136

Color information

#869136 (or 0x869136) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 36. RGB value is (134,145,54). Sum of RGB (Red+Green+Blue) = 134+145+54=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #869136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869136 is #796EC9. Grayscale: #838383. Windows color (decimal): -7958218 or 3576198. OLE color: 3576198.

HSL color Cylindrical-coordinate representation of color #869136: hue angle of 67.25º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #869136 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB13414554-
CMYK0.0800.630.43
HSL67.25º45.73%39.02%-
HSV(B)67.25º62.76%56.86%-
XYZ20.6225.597.34-
YUV131.3484.36129.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=40.24%
G=43.54%
B=16.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145540.0800.630.4367.2545.7339.02
Hex869136803F2B432e27
Octal2062216610077531035647
Binary1000011010010001110110100001111111010111000011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869136; }

 p { color: rgb(134,145,54); }

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

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

 a { background-color: rgb(134,145,54); }

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

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

 span { border-color: rgb(134,145,54); }

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