Html Css Color HEX #7E9240 Wasabi

📋 copy color: '#7E9240'

red 126 ◦ green 146 ◦ blue 64

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

Shades of Wasabi #7E9240

Tints of Wasabi #7E9240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 37.5%
G = 43.45%
B = 19.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#7E9240 (or 0x7E9240) is known color: Wasabi. HEX triplet: 7E, 92 and 40. RGB value is (126,146,64). Sum of RGB (Red+Green+Blue) = 126+146+64=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9240 is #816DBF. Grayscale: #828282. Windows color (decimal): -8482240 or 4231806. OLE color: 4231806.

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

Color convert

RGB 126 146 64 -
CMYK 0.14 0 0.56 0.43
HSL 74.63º 0.39% 0.41% -
HSV(B) 74.63º 0.56% 0.57% -
XYZ 19.81 25.36 8.7 -
YUV 130.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 126 146 64 0.14 0 0.56 0.43 74.63 0.39 0.41
Hex 7E 92 40 E 0 38 2B 4B 27 29
Octal 176 222 100 16 0 70 53 113 47 51
Binary 1111110 10010010 1000000 1110 0 111000 101011 1001011 100111 101001

Color Harmonies of #7E9240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9240

Black with #7E9240

Text Example


Text Example

White with #7E9240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,146,64); }

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

background-color css

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

 a { background-color: rgb(126,146,64); }

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

border-color css

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

 span { border-color: rgb(126,146,64); }

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