#7E9234

Color #7E9234 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #7E9234

Tints of Wasabi #7E9234

Color information

#7E9234 (or 0x7E9234) is unknown color: approx 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

RGB12614652-
CMYK0.1400.640.43
HSL72.77º47.47%38.82%-
HSV(B)72.77º64.38%57.25%-
XYZ19.525.247.09-
YUV129.384.37125.64-

RGB Variations

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

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.70% from 255) = 16.05%
R=38.89%
G=45.06%
B=16.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126146520.1400.640.4372.7747.4738.82
Hex7E9234E0402B492f27
Octal17622264160100531115747
Binary1111110100100101101001110010000001010111001001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>