#7E8B37

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

Shades of Wasabi #7E8B37

Tints of Wasabi #7E8B37

Color information

#7E8B37 (or 0x7E8B37) is unknown color: approx Wasabi. HEX triplet: 7E, 8B and 37. RGB value is (126,139,55). Sum of RGB (Red+Green+Blue) = 126+139+55=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8B37 is #8174C8. Grayscale: #7D7D7D. Windows color (decimal): -8484041 or 3640190. OLE color: 3640190.

HSL color Cylindrical-coordinate representation of color #7E8B37: hue angle of 69.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E8B37 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB12613955-
CMYK0.0900.600.45
HSL69.29º43.3%38.04%-
HSV(B)69.29º60.43%54.51%-
XYZ18.5323.187.11-
YUV125.5488.19128.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 139 (54.69% from 255) = 43.44%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=39.38%
G=43.44%
B=17.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126139550.0900.600.4569.2943.338.04
Hex7E8B37903C2D452b26
Octal1762136711074551055346
Binary111111010001011110111100101111001011011000101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,139,55); }

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

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

 a { background-color: rgb(126,139,55); }

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

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

 span { border-color: rgb(126,139,55); }

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