Html Css Color HEX #7E9234 Wasabi

📋 copy color: '#7E9234'

red 126 ◦ green 146 ◦ blue 52

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

Shades of Wasabi #7E9234

Tints of Wasabi #7E9234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 38.89%
G = 45.06%
B = 16.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#7E9234 (or 0x7E9234) is known color: Wasabi. HEX triplet: 7E, 92 and 34. RGB value is (126,146,52). Sum of RGB (Red+Green+Blue) = 126+146+52=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9234 is #816DCB. Grayscale: #818181. Windows color (decimal): -8482252 or 3445374. OLE color: 3445374.

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

Color convert

RGB 126 146 52 -
CMYK 0.14 0 0.64 0.43
HSL 72.77º 0.47% 0.39% -
HSV(B) 72.77º 0.64% 0.57% -
XYZ 19.5 25.24 7.09 -
YUV 129.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 126 146 52 0.14 0 0.64 0.43 72.77 0.47 0.39
Hex 7E 92 34 E 0 40 2B 49 2F 27
Octal 176 222 64 16 0 100 53 111 57 47
Binary 1111110 10010010 110100 1110 0 1000000 101011 1001001 101111 100111

Color Harmonies of #7E9234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9234

Black with #7E9234

Text Example


Text Example

White with #7E9234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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