Html Css Color HEX #7E9329 Wasabi

📋 copy color: '#7E9329'

red 126 ◦ green 147 ◦ blue 41

#7E9329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #7E9329

Tints of Wasabi #7E9329

RGB

 RED value IS 126 (49.61% from 255) = 40.13%

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 40.13%
G = 46.82%
B = 13.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#7E9329 (or 0x7E9329) is known color: Wasabi. HEX triplet: 7E, 93 and 29. RGB value is (126,147,41). Sum of RGB (Red+Green+Blue) = 126+147+41=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9329 is #816CD6. Grayscale: #818181. Windows color (decimal): -8482007 or 2724734. OLE color: 2724734.

HSL color Cylindrical-coordinate representation of color #7E9329: hue angle of 71.89º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E9329 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 147 41 -
CMYK 0.14 0 0.72 0.42
HSL 71.89º 0.56% 0.37% -
HSV(B) 71.89º 0.72% 0.58% -
XYZ 19.44 25.46 5.99 -
YUV 128.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 126 147 41 0.14 0 0.72 0.42 71.89 0.56 0.37
Hex 7E 93 29 E 0 48 2A 48 38 25
Octal 176 223 51 16 0 110 52 110 70 45
Binary 1111110 10010011 101001 1110 0 1001000 101010 1001000 111000 100101

Color Harmonies of #7E9329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9329

Black with #7E9329

Text Example


Text Example

White with #7E9329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,147,41); }

 H1.HeaderClassName
 {
   color: #7E9329;
 }
 .AnyTagClassName
 {
   color: #7E9329;
 }
</style>

background-color css

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

 a { background-color: rgb(126,147,41); }

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

border-color css

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

 span { border-color: rgb(126,147,41); }

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