#8F9B41

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

Shades of Wasabi #8F9B41

Tints of Wasabi #8F9B41

Color information

#8F9B41 (or 0x8F9B41) is unknown color: approx Wasabi. HEX triplet: 8F, 9B and 41. RGB value is (143,155,65). Sum of RGB (Red+Green+Blue) = 143+155+65=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9B41 is #7064BE. Grayscale: #8D8D8D. Windows color (decimal): -7365823 or 4299663. OLE color: 4299663.

HSL color Cylindrical-coordinate representation of color #8F9B41: hue angle of 68º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F9B41 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB14315565-
CMYK0.0800.580.39
HSL68º40.91%43.14%-
HSV(B)68º58.06%60.78%-
XYZ2429.669.46-
YUV141.1585.02129.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=39.39%
G=42.70%
B=17.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143155650.0800.580.396840.9143.14
Hex8F9B41803A2744292b
Octal21723310110072471045153
Binary10001111100110111000001100001110101001111000100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,65); }

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

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

 a { background-color: rgb(143,155,65); }

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

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

 span { border-color: rgb(143,155,65); }

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