Html Css Color HEX #7E8C31 Wasabi

📋 copy color: '#7E8C31'

red 126 ◦ green 140 ◦ blue 49

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

Shades of Wasabi #7E8C31

Tints of Wasabi #7E8C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 40%
G = 44.44%
B = 15.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#7E8C31 (or 0x7E8C31) is known color: Wasabi. HEX triplet: 7E, 8C and 31. RGB value is (126,140,49). Sum of RGB (Red+Green+Blue) = 126+140+49=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8C31 is #8173CE. Grayscale: #7D7D7D. Windows color (decimal): -8483791 or 3247230. OLE color: 3247230.

HSL color Cylindrical-coordinate representation of color #7E8C31: hue angle of 69.23º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E8C31 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 140 49 -
CMYK 0.10 0 0.65 0.45
HSL 69.23º 0.48% 0.37% -
HSV(B) 69.23º 0.65% 0.55% -
XYZ 18.54 23.41 6.45 -
YUV 125.44 84.86 128.4 -
System Red Green Blue C M Y K H S L
Decimal 126 140 49 0.10 0 0.65 0.45 69.23 0.48 0.37
Hex 7E 8C 31 A 0 41 2D 45 30 25
Octal 176 214 61 12 0 101 55 105 60 45
Binary 1111110 10001100 110001 1010 0 1000001 101101 1000101 110000 100101

Color Harmonies of #7E8C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8C31

Black with #7E8C31

Text Example


Text Example

White with #7E8C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,140,49); }

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

background-color css

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

 a { background-color: rgb(126,140,49); }

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

border-color css

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

 span { border-color: rgb(126,140,49); }

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