#7E8834

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

Shades of Wasabi #7E8834

Tints of Wasabi #7E8834

Color information

#7E8834 (or 0x7E8834) is unknown color: approx Wasabi. HEX triplet: 7E, 88 and 34. RGB value is (126,136,52). Sum of RGB (Red+Green+Blue) = 126+136+52=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8834 is #8177CB. Grayscale: #7B7B7B. Windows color (decimal): -8484812 or 3442814. OLE color: 3442814.

HSL color Cylindrical-coordinate representation of color #7E8834: hue angle of 67.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E8834 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB12613652-
CMYK0.0700.620.47
HSL67.14º44.68%36.86%-
HSV(B)67.14º61.76%53.33%-
XYZ18.0322.296.6-
YUV123.4387.69129.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.13%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=40.13%
G=43.31%
B=16.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126136520.0700.620.4767.1444.6836.86
Hex7E8834703E2F432d25
Octal176210647076571035545
Binary11111101000100011010011101111101011111000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,136,52); }

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

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

 a { background-color: rgb(126,136,52); }

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

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

 span { border-color: rgb(126,136,52); }

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