Html Css Color HEX #7E8240 Wasabi

📋 copy color: '#7E8240'

red 126 ◦ green 130 ◦ blue 64

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

Shades of Wasabi #7E8240

Tints of Wasabi #7E8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 39.38%
G = 40.63%
B = 20%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#7E8240 (or 0x7E8240) is known color: Wasabi. HEX triplet: 7E, 82 and 40. RGB value is (126,130,64). Sum of RGB (Red+Green+Blue) = 126+130+64=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8240 is #817DBF. Grayscale: #797979. Windows color (decimal): -8486336 or 4227710. OLE color: 4227710.

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

Color convert

RGB 126 130 64 -
CMYK 0.03 0 0.51 0.49
HSL 63.64º 0.34% 0.38% -
HSV(B) 63.64º 0.51% 0.51% -
XYZ 17.51 20.77 7.94 -
YUV 121.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 126 130 64 0.03 0 0.51 0.49 63.64 0.34 0.38
Hex 7E 82 40 3 0 33 31 40 22 26
Octal 176 202 100 3 0 63 61 100 42 46
Binary 1111110 10000010 1000000 11 0 110011 110001 1000000 100010 100110

Color Harmonies of #7E8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8240

Black with #7E8240

Text Example


Text Example

White with #7E8240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,130,64); }

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

background-color css

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

 a { background-color: rgb(126,130,64); }

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

border-color css

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

 span { border-color: rgb(126,130,64); }

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