#7E9530

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

Shades of Wasabi #7E9530

Tints of Wasabi #7E9530

Color information

#7E9530 (or 0x7E9530) is unknown color: approx Wasabi. HEX triplet: 7E, 95 and 30. RGB value is (126,149,48). Sum of RGB (Red+Green+Blue) = 126+149+48=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9530 is #816ACF. Grayscale: #828282. Windows color (decimal): -8481488 or 3183998. OLE color: 3183998.

HSL color Cylindrical-coordinate representation of color #7E9530: hue angle of 73.66º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E9530 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB12614948-
CMYK0.1500.680.42
HSL73.66º51.27%38.63%-
HSV(B)73.66º67.79%58.43%-
XYZ19.8926.146.79-
YUV130.6181.38124.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=39.01%
G=46.13%
B=14.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126149480.1500.680.4273.6651.2738.63
Hex7E9530F0442A4a3327
Octal17622560170104521126347
Binary1111110100101011100001111010001001010101001010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,48); }

 H1.HeaderClassName
 {
   color: #7E9530;
 }
 .AnyTagClassName
 {
   color: #7E9530;
 }
</style>
background-color css

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

 a { background-color: rgb(126,149,48); }

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

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

 span { border-color: rgb(126,149,48); }

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