#7A9240

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

Shades of Wasabi #7A9240

Tints of Wasabi #7A9240

Color information

#7A9240 (or 0x7A9240) is unknown color: approx Wasabi. HEX triplet: 7A, 92 and 40. RGB value is (122,146,64). Sum of RGB (Red+Green+Blue) = 122+146+64=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9240 is #856DBF. Grayscale: #818181. Windows color (decimal): -8744384 or 4231802. OLE color: 4231802.

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

Color convert

RGB12214664-
CMYK0.1600.560.43
HSL77.56º39.05%41.18%-
HSV(B)77.56º56.16%57.25%-
XYZ19.2325.078.68-
YUV129.4891.05122.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=36.75%
G=43.98%
B=19.28%

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
Decimal122146640.1600.560.4377.5639.0541.18
Hex7A9240100382B4e2729
Octal17222210020070531164751
Binary11110101001001010000001000001110001010111001110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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