#7A9348

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

Shades of Wasabi #7A9348

Tints of Wasabi #7A9348

Color information

#7A9348 (or 0x7A9348) is unknown color: approx Wasabi. HEX triplet: 7A, 93 and 48. RGB value is (122,147,72). Sum of RGB (Red+Green+Blue) = 122+147+72=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9348 is #856CB7. Grayscale: #838383. Windows color (decimal): -8744120 or 4756346. OLE color: 4756346.

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

Color convert

RGB12214772-
CMYK0.1700.510.42
HSL80º34.25%42.94%-
HSV(B)80º51.02%57.65%-
XYZ19.6325.4710.01-
YUV130.9894.72121.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=35.78%
G=43.11%
B=21.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122147720.1700.510.428034.2542.94
Hex7A9348110332A50222b
Octal17222311021063521204253
Binary11110101001001110010001000101100111010101010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,147,72); }

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

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

 a { background-color: rgb(122,147,72); }

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

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

 span { border-color: rgb(122,147,72); }

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