#8F9334

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

Shades of Wasabi #8F9334

Tints of Wasabi #8F9334

Color information

#8F9334 (or 0x8F9334) is unknown color: approx Wasabi. HEX triplet: 8F, 93 and 34. RGB value is (143,147,52). Sum of RGB (Red+Green+Blue) = 143+147+52=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9334 is #706CCB. Grayscale: #878787. Windows color (decimal): -7367884 or 3445647. OLE color: 3445647.

HSL color Cylindrical-coordinate representation of color #8F9334: hue angle of 62.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F9334 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14314752-
CMYK0.0300.650.42
HSL62.53º47.74%39.02%-
HSV(B)62.53º64.63%57.65%-
XYZ22.3826.967.27-
YUV134.9781.17133.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=41.81%
G=42.98%
B=15.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143147520.0300.650.4262.5347.7439.02
Hex8F933430412A3f3027
Octal217223643010152776047
Binary10001111100100111101001101000001101010111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,52); }

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

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

 a { background-color: rgb(143,147,52); }

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

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

 span { border-color: rgb(143,147,52); }

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