#8F974C

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

Shades of Wasabi #8F974C

Tints of Wasabi #8F974C

Color information

#8F974C (or 0x8F974C) is unknown color: approx Wasabi. HEX triplet: 8F, 97 and 4C. RGB value is (143,151,76). Sum of RGB (Red+Green+Blue) = 143+151+76=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #8F974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F974C is #7068B3. Grayscale: #8C8C8C. Windows color (decimal): -7366836 or 5019535. OLE color: 5019535.

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

Color convert

RGB14315176-
CMYK0.0500.500.41
HSL66.4º33.04%44.51%-
HSV(B)66.4º49.67%59.22%-
XYZ23.728.4911.09-
YUV140.0691.85130.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=38.65%
G=40.81%
B=20.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143151760.0500.500.4166.433.0444.51
Hex8F974C50322942212d
Octal2172271145062511024155
Binary1000111110010111100110010101100101010011000010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,76); }

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

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

 a { background-color: rgb(143,151,76); }

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

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

 span { border-color: rgb(143,151,76); }

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