#7E973A

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

Shades of Wasabi #7E973A

Tints of Wasabi #7E973A

Color information

#7E973A (or 0x7E973A) is unknown color: approx Wasabi. HEX triplet: 7E, 97 and 3A. RGB value is (126,151,58). Sum of RGB (Red+Green+Blue) = 126+151+58=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #7E973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E973A is #8168C5. Grayscale: #858585. Windows color (decimal): -8480966 or 3839870. OLE color: 3839870.

HSL color Cylindrical-coordinate representation of color #7E973A: hue angle of 76.13º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E973A is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB12615158-
CMYK0.1700.620.41
HSL76.13º44.5%40.98%-
HSV(B)76.13º61.59%59.22%-
XYZ20.4326.878.11-
YUV132.9285.72123.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=37.61%
G=45.07%
B=17.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126151580.1700.620.4176.1344.540.98
Hex7E973A1103E294c2c29
Octal1762277221076511145451
Binary1111110100101111110101000101111101010011001100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,151,58); }

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

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

 a { background-color: rgb(126,151,58); }

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

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

 span { border-color: rgb(126,151,58); }

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