#8C994F

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

Shades of Wasabi #8C994F

Tints of Wasabi #8C994F

Color information

#8C994F (or 0x8C994F) is unknown color: approx Wasabi. HEX triplet: 8C, 99 and 4F. RGB value is (140,153,79). Sum of RGB (Red+Green+Blue) = 140+153+79=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #8C994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C994F is #7366B0. Grayscale: #8C8C8C. Windows color (decimal): -7562929 or 5216652. OLE color: 5216652.

HSL color Cylindrical-coordinate representation of color #8C994F: hue angle of 70.54º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C994F is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB14015379-
CMYK0.0800.480.4
HSL70.54º31.9%45.49%-
HSV(B)70.54º48.37%60%-
XYZ23.6228.9211.73-
YUV140.6893.19127.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=37.63%
G=41.13%
B=21.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153790.0800.480.470.5431.945.49
Hex8C994F80302847202d
Octal21423111710060501074055
Binary10001100100110011001111100001100001010001000111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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