Html Css Color HEX #7E8F31 Wasabi

📋 copy color: '#7E8F31'

red 126 ◦ green 143 ◦ blue 49

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

Shades of Wasabi #7E8F31

Tints of Wasabi #7E8F31

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.97%

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

R = 39.62%
G = 44.97%
B = 15.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#7E8F31 (or 0x7E8F31) is known color: Wasabi. HEX triplet: 7E, 8F and 31. RGB value is (126,143,49). Sum of RGB (Red+Green+Blue) = 126+143+49=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8F31 is #8170CE. Grayscale: #7F7F7F. Windows color (decimal): -8483023 or 3247998. OLE color: 3247998.

HSL color Cylindrical-coordinate representation of color #7E8F31: hue angle of 70.85º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E8F31 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 143 49 -
CMYK 0.12 0 0.66 0.44
HSL 70.85º 0.49% 0.38% -
HSV(B) 70.85º 0.66% 0.56% -
XYZ 18.98 24.3 6.6 -
YUV 127.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 126 143 49 0.12 0 0.66 0.44 70.85 0.49 0.38
Hex 7E 8F 31 C 0 42 2C 47 31 26
Octal 176 217 61 14 0 102 54 107 61 46
Binary 1111110 10001111 110001 1100 0 1000010 101100 1000111 110001 100110

Color Harmonies of #7E8F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8F31

Black with #7E8F31

Text Example


Text Example

White with #7E8F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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