#7A9448

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

Shades of Wasabi #7A9448

Tints of Wasabi #7A9448

Color information

#7A9448 (or 0x7A9448) is unknown color: approx Wasabi. HEX triplet: 7A, 94 and 48. RGB value is (122,148,72). Sum of RGB (Red+Green+Blue) = 122+148+72=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9448 is #856BB7. Grayscale: #838383. Windows color (decimal): -8743864 or 4756602. OLE color: 4756602.

HSL color Cylindrical-coordinate representation of color #7A9448: hue angle of 80.53º degrees, saturation: 0.35, 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 #7A9448 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB12214872-
CMYK0.1800.510.42
HSL80.53º34.55%43.14%-
HSV(B)80.53º51.35%58.04%-
XYZ19.7925.7910.07-
YUV131.5694.39121.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=35.67%
G=43.27%
B=21.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122148720.1800.510.4280.5334.5543.14
Hex7A9448120332A51232b
Octal17222411022063521214353
Binary11110101001010010010001001001100111010101010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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