#7E934C

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

Shades of Wasabi #7E934C

Tints of Wasabi #7E934C

Color information

#7E934C (or 0x7E934C) is unknown color: approx Wasabi. HEX triplet: 7E, 93 and 4C. RGB value is (126,147,76). Sum of RGB (Red+Green+Blue) = 126+147+76=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #7E934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E934C is #816CB3. Grayscale: #848484. Windows color (decimal): -8481972 or 5018494. OLE color: 5018494.

HSL color Cylindrical-coordinate representation of color #7E934C: hue angle of 77.75º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E934C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB12614776-
CMYK0.1400.480.42
HSL77.75º31.84%43.73%-
HSV(B)77.75º48.3%57.65%-
XYZ20.3425.8210.75-
YUV132.6396.04123.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.10%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=36.10%
G=42.12%
B=21.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147760.1400.480.4277.7531.8443.73
Hex7E934CE0302A4e202c
Octal17622311416060521164054
Binary1111110100100111001100111001100001010101001110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,76); }

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

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

 a { background-color: rgb(126,147,76); }

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

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

 span { border-color: rgb(126,147,76); }

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