#7E9536

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

Shades of Wasabi #7E9536

Tints of Wasabi #7E9536

Color information

#7E9536 (or 0x7E9536) is unknown color: approx Wasabi. HEX triplet: 7E, 95 and 36. RGB value is (126,149,54). Sum of RGB (Red+Green+Blue) = 126+149+54=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9536 is #816AC9. Grayscale: #838383. Windows color (decimal): -8481482 or 3577214. OLE color: 3577214.

HSL color Cylindrical-coordinate representation of color #7E9536: hue angle of 74.53º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E9536 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB12614954-
CMYK0.1500.640.42
HSL74.53º46.8%39.8%-
HSV(B)74.53º63.76%58.43%-
XYZ20.0226.27.49-
YUV131.2984.38124.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=38.30%
G=45.29%
B=16.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126149540.1500.640.4274.5346.839.8
Hex7E9536F0402A4b2f28
Octal17622566170100521135750
Binary1111110100101011101101111010000001010101001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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