#8F9941

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

Shades of Wasabi #8F9941

Tints of Wasabi #8F9941

Color information

#8F9941 (or 0x8F9941) is unknown color: approx Wasabi. HEX triplet: 8F, 99 and 41. RGB value is (143,153,65). Sum of RGB (Red+Green+Blue) = 143+153+65=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9941 is #7066BE. Grayscale: #8C8C8C. Windows color (decimal): -7366335 or 4299151. OLE color: 4299151.

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

Color convert

RGB14315365-
CMYK0.0700.580.4
HSL66.82º40.37%42.75%-
HSV(B)66.82º57.52%60%-
XYZ23.67299.35-
YUV139.9885.69130.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=39.61%
G=42.38%
B=18.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143153650.0700.580.466.8240.3742.75
Hex8F9941703A2843282b
Octal2172311017072501035053
Binary1000111110011001100000111101110101010001000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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