#7E8931

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

Shades of Wasabi #7E8931

Tints of Wasabi #7E8931

Color information

#7E8931 (or 0x7E8931) is unknown color: approx Wasabi. HEX triplet: 7E, 89 and 31. RGB value is (126,137,49). Sum of RGB (Red+Green+Blue) = 126+137+49=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8931 is #8176CE. Grayscale: #7C7C7C. Windows color (decimal): -8484559 or 3246462. OLE color: 3246462.

HSL color Cylindrical-coordinate representation of color #7E8931: hue angle of 67.5º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E8931 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB12613749-
CMYK0.0800.640.46
HSL67.5º47.31%36.47%-
HSV(B)67.5º64.23%53.73%-
XYZ18.122.556.3-
YUV123.6885.86129.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=40.38%
G=43.91%
B=15.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126137490.0800.640.4667.547.3136.47
Hex7E893180402E442f24
Octal17621161100100561045744
Binary1111110100010011100011000010000001011101000100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,137,49); }

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

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

 a { background-color: rgb(126,137,49); }

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

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

 span { border-color: rgb(126,137,49); }

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