Html Css Color HEX #7E902C Wasabi

📋 copy color: '#7E902C'

red 126 ◦ green 144 ◦ blue 44

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

Shades of Wasabi #7E902C

Tints of Wasabi #7E902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 40.13%
G = 45.86%
B = 14.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#7E902C (or 0x7E902C) is known color: Wasabi. HEX triplet: 7E, 90 and 2C. RGB value is (126,144,44). Sum of RGB (Red+Green+Blue) = 126+144+44=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #7E902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E902C is #816FD3. Grayscale: #7F7F7F. Windows color (decimal): -8482772 or 2920574. OLE color: 2920574.

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

Color convert

RGB 126 144 44 -
CMYK 0.12 0 0.69 0.44
HSL 70.8º 0.53% 0.37% -
HSV(B) 70.8º 0.69% 0.56% -
XYZ 19.03 24.56 6.12 -
YUV 127.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 126 144 44 0.12 0 0.69 0.44 70.8 0.53 0.37
Hex 7E 90 2C C 0 45 2C 47 35 25
Octal 176 220 54 14 0 105 54 107 65 45
Binary 1111110 10010000 101100 1100 0 1000101 101100 1000111 110101 100101

Color Harmonies of #7E902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E902C

Black with #7E902C

Text Example


Text Example

White with #7E902C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,144,44); }

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

background-color css

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

 a { background-color: rgb(126,144,44); }

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

border-color css

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

 span { border-color: rgb(126,144,44); }

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