#7C894A

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

Shades of Wasabi #7C894A

Tints of Wasabi #7C894A

Color information

#7C894A (or 0x7C894A) is unknown color: approx Wasabi. HEX triplet: 7C, 89 and 4A. RGB value is (124,137,74). Sum of RGB (Red+Green+Blue) = 124+137+74=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #7C894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C894A is #8376B5. Grayscale: #7E7E7E. Windows color (decimal): -8615606 or 4884860. OLE color: 4884860.

HSL color Cylindrical-coordinate representation of color #7C894A: hue angle of 72.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C894A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB12413774-
CMYK0.0900.460.46
HSL72.38º29.86%41.37%-
HSV(B)72.38º45.99%53.73%-
XYZ18.4922.679.88-
YUV125.9398.69126.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=37.01%
G=40.90%
B=22.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124137740.0900.460.4672.3829.8641.37
Hex7C894A902E2E481e29
Octal17421111211056561103651
Binary111110010001001100101010010101110101110100100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C894A; }

 p { color: rgb(124,137,74); }

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

<style>
 a { background-color: #7C894A; }

 a { background-color: rgb(124,137,74); }

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

<style>
 span { border-color: #7C894A; }

 span { border-color: rgb(124,137,74); }

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