Html Css Color HEX #7E913D Wasabi

📋 copy color: '#7E913D'

red 126 ◦ green 145 ◦ blue 61

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

Shades of Wasabi #7E913D

Tints of Wasabi #7E913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 37.95%
G = 43.67%
B = 18.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#7E913D (or 0x7E913D) is known color: Wasabi. HEX triplet: 7E, 91 and 3D. RGB value is (126,145,61). Sum of RGB (Red+Green+Blue) = 126+145+61=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #7E913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E913D is #816EC2. Grayscale: #828282. Windows color (decimal): -8482499 or 4034942. OLE color: 4034942.

HSL color Cylindrical-coordinate representation of color #7E913D: hue angle of 73.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E913D is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 145 61 -
CMYK 0.13 0 0.58 0.43
HSL 73.57º 0.41% 0.4% -
HSV(B) 73.57º 0.58% 0.57% -
XYZ 19.57 25.02 8.21 -
YUV 129.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 126 145 61 0.13 0 0.58 0.43 73.57 0.41 0.4
Hex 7E 91 3D D 0 3A 2B 4A 29 28
Octal 176 221 75 15 0 72 53 112 51 50
Binary 1111110 10010001 111101 1101 0 111010 101011 1001010 101001 101000

Color Harmonies of #7E913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E913D

Black with #7E913D

Text Example


Text Example

White with #7E913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,145,61); }

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

background-color css

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

 a { background-color: rgb(126,145,61); }

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

border-color css

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

 span { border-color: rgb(126,145,61); }

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