#7E8C36

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

Shades of Wasabi #7E8C36

Tints of Wasabi #7E8C36

Color information

#7E8C36 (or 0x7E8C36) is unknown color: approx Wasabi. HEX triplet: 7E, 8C and 36. RGB value is (126,140,54). Sum of RGB (Red+Green+Blue) = 126+140+54=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8C36 is #8173C9. Grayscale: #7E7E7E. Windows color (decimal): -8483786 or 3574910. OLE color: 3574910.

HSL color Cylindrical-coordinate representation of color #7E8C36: hue angle of 69.77º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E8C36 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB12614054-
CMYK0.1000.610.45
HSL69.77º44.33%38.04%-
HSV(B)69.77º61.43%54.9%-
XYZ18.6523.467.04-
YUV126.0187.36127.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 140 (55.08% from 255) = 43.75%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=39.38%
G=43.75%
B=16.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126140540.1000.610.4569.7744.3338.04
Hex7E8C36A03D2D462c26
Octal1762146612075551065446
Binary111111010001100110110101001111011011011000110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,140,54); }

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

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

 a { background-color: rgb(126,140,54); }

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

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

 span { border-color: rgb(126,140,54); }

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