Html Css Color HEX #7E974A Wasabi

📋 copy color: '#7E974A'

red 126 ◦ green 151 ◦ blue 74

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

Shades of Wasabi #7E974A

Tints of Wasabi #7E974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.02%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 35.9%
G = 43.02%
B = 21.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#7E974A (or 0x7E974A) is known color: Wasabi. HEX triplet: 7E, 97 and 4A. RGB value is (126,151,74). Sum of RGB (Red+Green+Blue) = 126+151+74=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #7E974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E974A is #8168B5. Grayscale: #878787. Windows color (decimal): -8480950 or 4888446. OLE color: 4888446.

HSL color Cylindrical-coordinate representation of color #7E974A: hue angle of 79.48º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E974A is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 151 74 -
CMYK 0.17 0 0.51 0.41
HSL 79.48º 0.34% 0.44% -
HSV(B) 79.48º 0.51% 0.59% -
XYZ 20.91 27.06 10.6 -
YUV 134.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 126 151 74 0.17 0 0.51 0.41 79.48 0.34 0.44
Hex 7E 97 4A 11 0 33 29 4F 22 2C
Octal 176 227 112 21 0 63 51 117 42 54
Binary 1111110 10010111 1001010 10001 0 110011 101001 1001111 100010 101100

Color Harmonies of #7E974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E974A

Black with #7E974A

Text Example


Text Example

White with #7E974A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,151,74); }

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

background-color css

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

 a { background-color: rgb(126,151,74); }

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

border-color css

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

 span { border-color: rgb(126,151,74); }

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