#869447

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

Shades of Wasabi #869447

Tints of Wasabi #869447

Color information

#869447 (or 0x869447) is unknown color: approx Wasabi. HEX triplet: 86, 94 and 47. RGB value is (134,148,71). Sum of RGB (Red+Green+Blue) = 134+148+71=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #869447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869447 is #796BB8. Grayscale: #878787. Windows color (decimal): -7957433 or 4691078. OLE color: 4691078.

HSL color Cylindrical-coordinate representation of color #869447: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #869447 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB13414871-
CMYK0.0900.520.42
HSL70.91º35.16%42.94%-
HSV(B)70.91º52.03%58.04%-
XYZ21.5626.79.98-
YUV135.0491.86127.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 71 (28.12% from 255) = 20.11%
R=37.96%
G=41.93%
B=20.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134148710.0900.520.4270.9135.1642.94
Hex86944790342A47232b
Octal20622410711064521074353
Binary10000110100101001000111100101101001010101000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869447; }

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

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

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

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

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

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

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

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