Html Css Color HEX #7E8141 Wasabi

📋 copy color: '#7E8141'

red 126 ◦ green 129 ◦ blue 65

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

Shades of Wasabi #7E8141

Tints of Wasabi #7E8141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 39.38%
G = 40.31%
B = 20.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#7E8141 (or 0x7E8141) is known color: Wasabi. HEX triplet: 7E, 81 and 41. RGB value is (126,129,65). Sum of RGB (Red+Green+Blue) = 126+129+65=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8141 is #817EBE. Grayscale: #797979. Windows color (decimal): -8486591 or 4292990. OLE color: 4292990.

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

Color convert

RGB 126 129 65 -
CMYK 0.02 0 0.50 0.49
HSL 62.81º 0.33% 0.38% -
HSV(B) 62.81º 0.5% 0.51% -
XYZ 17.41 20.52 8.04 -
YUV 120.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 126 129 65 0.02 0 0.50 0.49 62.81 0.33 0.38
Hex 7E 81 41 2 0 32 31 3F 21 26
Octal 176 201 101 2 0 62 61 77 41 46
Binary 1111110 10000001 1000001 10 0 110010 110001 111111 100001 100110

Color Harmonies of #7E8141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8141

Black with #7E8141

Text Example


Text Example

White with #7E8141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,129,65); }

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

background-color css

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

 a { background-color: rgb(126,129,65); }

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

border-color css

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

 span { border-color: rgb(126,129,65); }

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