#7A9137

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

Shades of Wasabi #7A9137

Tints of Wasabi #7A9137

Color information

#7A9137 (or 0x7A9137) is unknown color: approx Wasabi. HEX triplet: 7A, 91 and 37. RGB value is (122,145,55). Sum of RGB (Red+Green+Blue) = 122+145+55=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9137 is #856EC8. Grayscale: #808080. Windows color (decimal): -8744649 or 3641722. OLE color: 3641722.

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

Color convert

RGB12214555-
CMYK0.1600.620.43
HSL75.33º45%39.22%-
HSV(B)75.33º62.07%56.86%-
XYZ18.8424.667.38-
YUV127.8686.88123.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=37.89%
G=45.03%
B=17.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145550.1600.620.4375.334539.22
Hex7A91371003E2B4b2d27
Octal1722216720076531135547
Binary1111010100100011101111000001111101010111001011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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