Html Css Color HEX #7E8343 Wasabi

📋 copy color: '#7E8343'

red 126 ◦ green 131 ◦ blue 67

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

Shades of Wasabi #7E8343

Tints of Wasabi #7E8343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 38.89%
G = 40.43%
B = 20.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#7E8343 (or 0x7E8343) is known color: Wasabi. HEX triplet: 7E, 83 and 43. RGB value is (126,131,67). Sum of RGB (Red+Green+Blue) = 126+131+67=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8343 is #817CBC. Grayscale: #7A7A7A. Windows color (decimal): -8486077 or 4424574. OLE color: 4424574.

HSL color Cylindrical-coordinate representation of color #7E8343: hue angle of 64.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E8343 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 131 67 -
CMYK 0.04 0 0.49 0.49
HSL 64.69º 0.32% 0.39% -
HSV(B) 64.69º 0.49% 0.51% -
XYZ 17.73 21.07 8.44 -
YUV 122.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 126 131 67 0.04 0 0.49 0.49 64.69 0.32 0.39
Hex 7E 83 43 4 0 31 31 41 20 27
Octal 176 203 103 4 0 61 61 101 40 47
Binary 1111110 10000011 1000011 100 0 110001 110001 1000001 100000 100111

Color Harmonies of #7E8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8343

Black with #7E8343

Text Example


Text Example

White with #7E8343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,131,67); }

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

background-color css

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

 a { background-color: rgb(126,131,67); }

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

border-color css

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

 span { border-color: rgb(126,131,67); }

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