#7E9433

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

Shades of Wasabi #7E9433

Tints of Wasabi #7E9433

Color information

#7E9433 (or 0x7E9433) is unknown color: approx Wasabi. HEX triplet: 7E, 94 and 33. RGB value is (126,148,51). Sum of RGB (Red+Green+Blue) = 126+148+51=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9433 is #816BCC. Grayscale: #828282. Windows color (decimal): -8481741 or 3380350. OLE color: 3380350.

HSL color Cylindrical-coordinate representation of color #7E9433: hue angle of 73.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E9433 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB12614851-
CMYK0.1500.660.42
HSL73.61º48.74%39.02%-
HSV(B)73.61º65.54%58.04%-
XYZ19.7925.857.08-
YUV130.3683.21124.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.77%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=38.77%
G=45.54%
B=15.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126148510.1500.660.4273.6148.7439.02
Hex7E9433F0422A4a3127
Octal17622463170102521126147
Binary1111110100101001100111111010000101010101001010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,148,51); }

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

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

 a { background-color: rgb(126,148,51); }

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

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

 span { border-color: rgb(126,148,51); }

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