#869E47

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

Shades of Wasabi #869E47

Tints of Wasabi #869E47

Color information

#869E47 (or 0x869E47) is unknown color: approx Wasabi. HEX triplet: 86, 9E and 47. RGB value is (134,158,71). Sum of RGB (Red+Green+Blue) = 134+158+71=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #869E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E47 is #7961B8. Grayscale: #8D8D8D. Windows color (decimal): -7954873 or 4693638. OLE color: 4693638.

HSL color Cylindrical-coordinate representation of color #869E47: hue angle of 76.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #869E47 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB13415871-
CMYK0.1500.550.38
HSL76.55º37.99%44.9%-
HSV(B)76.55º55.06%61.96%-
XYZ23.229.9810.52-
YUV140.9188.55123.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=36.91%
G=43.53%
B=19.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158710.1500.550.3876.5537.9944.9
Hex869E47F037264d262d
Octal20623610717067461154655
Binary10000110100111101000111111101101111001101001101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,71); }

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

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

 a { background-color: rgb(134,158,71); }

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

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

 span { border-color: rgb(134,158,71); }

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