#8C974F

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

Shades of Wasabi #8C974F

Tints of Wasabi #8C974F

Color information

#8C974F (or 0x8C974F) is unknown color: approx Wasabi. HEX triplet: 8C, 97 and 4F. RGB value is (140,151,79). Sum of RGB (Red+Green+Blue) = 140+151+79=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #8C974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C974F is #7368B0. Grayscale: #8B8B8B. Windows color (decimal): -7563441 or 5216140. OLE color: 5216140.

HSL color Cylindrical-coordinate representation of color #8C974F: hue angle of 69.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C974F is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB14015179-
CMYK0.0700.480.41
HSL69.17º31.3%45.1%-
HSV(B)69.17º47.68%59.22%-
XYZ23.2928.2711.63-
YUV139.593.86128.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.84%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 79 (31.25% from 255) = 21.35%
R=37.84%
G=40.81%
B=21.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal140151790.0700.480.4169.1731.345.1
Hex8C974F703029451f2d
Octal2142271177060511053755
Binary100011001001011110011111110110000101001100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,151,79); }

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

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

 a { background-color: rgb(140,151,79); }

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

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

 span { border-color: rgb(140,151,79); }

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