#8fa344

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

Shades of Wasabi #8FA344

Tints of Wasabi #8FA344

Color information

#8FA344 (or 0x8FA344) is unknown color: approx Wasabi. HEX triplet: 8F, A3 and 44. RGB value is (143,163,68). Sum of RGB (Red+Green+Blue) = 143+163+68=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA344 is #705CBB. Grayscale: #929292. Windows color (decimal): -7363772 or 4498319. OLE color: 4498319.

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

Color convert

RGB14316368-
CMYK0.1200.580.36
HSL72.63º41.13%45.29%-
HSV(B)72.63º58.28%63.92%-
XYZ25.4732.4510.39-
YUV146.1983.87125.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 68 (26.95% from 255) = 18.18%
R=38.24%
G=43.58%
B=18.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143163680.1200.580.3672.6341.1345.29
Hex8FA344C03A2449292d
Octal21724310414072441115155
Binary10001111101000111000100110001110101001001001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fa344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,68); }

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

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

 a { background-color: rgb(143,163,68); }

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

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

 span { border-color: rgb(143,163,68); }

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