#7A9547

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

Shades of Wasabi #7A9547

Tints of Wasabi #7A9547

Color information

#7A9547 (or 0x7A9547) is unknown color: approx Wasabi. HEX triplet: 7A, 95 and 47. RGB value is (122,149,71). Sum of RGB (Red+Green+Blue) = 122+149+71=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9547 is #856AB8. Grayscale: #848484. Windows color (decimal): -8743609 or 4691322. OLE color: 4691322.

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

Color convert

RGB12214971-
CMYK0.1800.520.42
HSL80.77º35.45%43.14%-
HSV(B)80.77º52.35%58.43%-
XYZ19.9126.099.95-
YUV132.0493.55120.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=35.67%
G=43.57%
B=20.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149710.1800.520.4280.7735.4543.14
Hex7A9547120342A51232b
Octal17222510722064521214353
Binary11110101001010110001111001001101001010101010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,71); }

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

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

 a { background-color: rgb(122,149,71); }

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

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

 span { border-color: rgb(122,149,71); }

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