#8F994B

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

Shades of Wasabi #8F994B

Tints of Wasabi #8F994B

Color information

#8F994B (or 0x8F994B) is unknown color: approx Wasabi. HEX triplet: 8F, 99 and 4B. RGB value is (143,153,75). Sum of RGB (Red+Green+Blue) = 143+153+75=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #8F994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F994B is #7066B4. Grayscale: #8D8D8D. Windows color (decimal): -7366325 or 4954511. OLE color: 4954511.

HSL color Cylindrical-coordinate representation of color #8F994B: hue angle of 67.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F994B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB14315375-
CMYK0.0700.510.4
HSL67.69º34.21%44.71%-
HSV(B)67.69º50.98%60%-
XYZ23.9929.1311.01-
YUV141.1290.69129.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=38.54%
G=41.24%
B=20.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143153750.0700.510.467.6934.2144.71
Hex8F994B70332844222d
Octal2172311137063501044255
Binary1000111110011001100101111101100111010001000100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,153,75); }

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

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

 a { background-color: rgb(143,153,75); }

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

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

 span { border-color: rgb(143,153,75); }

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