#7E914B

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

Shades of Wasabi #7E914B

Tints of Wasabi #7E914B

Color information

#7E914B (or 0x7E914B) is unknown color: approx Wasabi. HEX triplet: 7E, 91 and 4B. RGB value is (126,145,75). Sum of RGB (Red+Green+Blue) = 126+145+75=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #7E914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E914B is #816EB4. Grayscale: #838383. Windows color (decimal): -8482485 or 4952446. OLE color: 4952446.

HSL color Cylindrical-coordinate representation of color #7E914B: hue angle of 76.29º degrees, saturation: 0.32, 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 #7E914B is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB12614575-
CMYK0.1300.480.43
HSL76.29º31.82%43.14%-
HSV(B)76.29º48.28%56.86%-
XYZ2025.1910.47-
YUV131.3496.21124.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.42%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=36.42%
G=41.91%
B=21.68%

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
Decimal126145750.1300.480.4376.2931.8243.14
Hex7E914BD0302B4c202b
Octal17622111315060531144053
Binary1111110100100011001011110101100001010111001100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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