#7E9432

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

Shades of Wasabi #7E9432

Tints of Wasabi #7E9432

Color information

#7E9432 (or 0x7E9432) is unknown color: approx Wasabi. HEX triplet: 7E, 94 and 32. RGB value is (126,148,50). Sum of RGB (Red+Green+Blue) = 126+148+50=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9432 is #816BCD. Grayscale: #828282. Windows color (decimal): -8481742 or 3314814. OLE color: 3314814.

HSL color Cylindrical-coordinate representation of color #7E9432: hue angle of 73.47º 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 #7E9432 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB12614850-
CMYK0.1500.660.42
HSL73.47º49.49%38.82%-
HSV(B)73.47º66.22%58.04%-
XYZ19.7725.856.96-
YUV130.2582.71124.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=38.89%
G=45.68%
B=15.43%

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
Decimal126148500.1500.660.4273.4749.4938.82
Hex7E9432F0422A493127
Octal17622462170102521116147
Binary1111110100101001100101111010000101010101001001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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