#7E933B

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

Shades of Wasabi #7E933B

Tints of Wasabi #7E933B

Color information

#7E933B (or 0x7E933B) is unknown color: approx Wasabi. HEX triplet: 7E, 93 and 3B. RGB value is (126,147,59). Sum of RGB (Red+Green+Blue) = 126+147+59=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #7E933B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E933B is #816CC4. Grayscale: #838383. Windows color (decimal): -8481989 or 3904382. OLE color: 3904382.

HSL color Cylindrical-coordinate representation of color #7E933B: hue angle of 74.32º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E933B is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB12614759-
CMYK0.1400.600.42
HSL74.32º42.72%40.39%-
HSV(B)74.32º59.86%57.65%-
XYZ19.8325.628.04-
YUV130.6987.54124.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=37.95%
G=44.28%
B=17.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147590.1400.600.4274.3242.7240.39
Hex7E933BE03C2A4a2b28
Octal1762237316074521125350
Binary111111010010011111011111001111001010101001010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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