#7A9140

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

Shades of Wasabi #7A9140

Tints of Wasabi #7A9140

Color information

#7A9140 (or 0x7A9140) is unknown color: approx Wasabi. HEX triplet: 7A, 91 and 40. RGB value is (122,145,64). Sum of RGB (Red+Green+Blue) = 122+145+64=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9140 is #856EBF. Grayscale: #818181. Windows color (decimal): -8744640 or 4231546. OLE color: 4231546.

HSL color Cylindrical-coordinate representation of color #7A9140: hue angle of 77.04º 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 #7A9140 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB12214564-
CMYK0.1600.560.43
HSL77.04º38.76%40.98%-
HSV(B)77.04º55.86%56.86%-
XYZ19.0824.768.62-
YUV128.8991.38123.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=36.86%
G=43.81%
B=19.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145640.1600.560.4377.0438.7640.98
Hex7A9140100382B4d2729
Octal17222110020070531154751
Binary11110101001000110000001000001110001010111001101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,145,64); }

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

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

 a { background-color: rgb(122,145,64); }

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

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

 span { border-color: rgb(122,145,64); }

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