#8FA445

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

Shades of Wasabi #8FA445

Tints of Wasabi #8FA445

Color information

#8FA445 (or 0x8FA445) is unknown color: approx Wasabi. HEX triplet: 8F, A4 and 45. RGB value is (143,164,69). Sum of RGB (Red+Green+Blue) = 143+164+69=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA445 is #705BBA. Grayscale: #939393. Windows color (decimal): -7363515 or 4564111. OLE color: 4564111.

HSL color Cylindrical-coordinate representation of color #8FA445: hue angle of 73.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FA445 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB14316469-
CMYK0.1300.580.36
HSL73.26º40.77%45.69%-
HSV(B)73.26º57.93%64.31%-
XYZ25.6832.8210.61-
YUV146.8984.04125.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 69 (27.34% from 255) = 18.35%
R=38.03%
G=43.62%
B=18.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143164690.1300.580.3673.2640.7745.69
Hex8FA445D03A2449292e
Octal21724410515072441115156
Binary10001111101001001000101110101110101001001001001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA445; }

 p { color: rgb(143,164,69); }

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

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

 a { background-color: rgb(143,164,69); }

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

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

 span { border-color: rgb(143,164,69); }

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