#8F963F

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

Shades of Wasabi #8F963F

Tints of Wasabi #8F963F

Color information

#8F963F (or 0x8F963F) is unknown color: approx Wasabi. HEX triplet: 8F, 96 and 3F. RGB value is (143,150,63). Sum of RGB (Red+Green+Blue) = 143+150+63=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #8F963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F963F is #7069C0. Grayscale: #8A8A8A. Windows color (decimal): -7367105 or 4167311. OLE color: 4167311.

HSL color Cylindrical-coordinate representation of color #8F963F: hue angle of 64.83º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F963F is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB14315063-
CMYK0.0500.580.41
HSL64.83º40.85%41.76%-
HSV(B)64.83º58%58.82%-
XYZ23.1328.018.89-
YUV137.9985.68131.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.17%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 63 (25% from 255) = 17.70%
R=40.17%
G=42.13%
B=17.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150630.0500.580.4164.8340.8541.76
Hex8F963F503A2941292a
Octal217226775072511015152
Binary100011111001011011111110101110101010011000001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,150,63); }

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

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

 a { background-color: rgb(143,150,63); }

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

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

 span { border-color: rgb(143,150,63); }

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