#7E914C

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

Shades of Wasabi #7E914C

Tints of Wasabi #7E914C

Color information

#7E914C (or 0x7E914C) is unknown color: approx Wasabi. HEX triplet: 7E, 91 and 4C. RGB value is (126,145,76). Sum of RGB (Red+Green+Blue) = 126+145+76=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #7E914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E914C is #816EB3. Grayscale: #838383. Windows color (decimal): -8482484 or 5017982. OLE color: 5017982.

HSL color Cylindrical-coordinate representation of color #7E914C: hue angle of 76.52º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E914C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB12614576-
CMYK0.1300.480.43
HSL76.52º31.22%43.33%-
HSV(B)76.52º47.59%56.86%-
XYZ20.0325.2110.65-
YUV131.4596.71124.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=36.31%
G=41.79%
B=21.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126145760.1300.480.4376.5231.2243.33
Hex7E914CD0302B4d1f2b
Octal17622111415060531153753
Binary111111010010001100110011010110000101011100110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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