#8F9945

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

Shades of Wasabi #8F9945

Tints of Wasabi #8F9945

Color information

#8F9945 (or 0x8F9945) is unknown color: approx Wasabi. HEX triplet: 8F, 99 and 45. RGB value is (143,153,69). Sum of RGB (Red+Green+Blue) = 143+153+69=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9945 is #7066BA. Grayscale: #8C8C8C. Windows color (decimal): -7366331 or 4561295. OLE color: 4561295.

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

Color convert

RGB14315369-
CMYK0.0700.550.4
HSL67.14º37.84%43.53%-
HSV(B)67.14º54.9%60%-
XYZ23.7929.059.98-
YUV140.4387.69129.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=39.18%
G=41.92%
B=18.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143153690.0700.550.467.1437.8443.53
Hex8F994570372843262c
Octal2172311057067501034654
Binary1000111110011001100010111101101111010001000011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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