#7A9145

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

Shades of Wasabi #7A9145

Tints of Wasabi #7A9145

Color information

#7A9145 (or 0x7A9145) is unknown color: approx Wasabi. HEX triplet: 7A, 91 and 45. RGB value is (122,145,69). Sum of RGB (Red+Green+Blue) = 122+145+69=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9145 is #856EBA. Grayscale: #818181. Windows color (decimal): -8744635 or 4559226. OLE color: 4559226.

HSL color Cylindrical-coordinate representation of color #7A9145: hue angle of 78.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9145 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB12214569-
CMYK0.1600.520.43
HSL78.16º35.51%41.96%-
HSV(B)78.16º52.41%56.86%-
XYZ19.2324.829.41-
YUV129.4693.88122.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.31%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=36.31%
G=43.15%
B=20.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145690.1600.520.4378.1635.5141.96
Hex7A9145100342B4e242a
Octal17222110520064531164452
Binary11110101001000110001011000001101001010111001110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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