#7A8245

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

Shades of Wasabi #7A8245

Tints of Wasabi #7A8245

Color information

#7A8245 (or 0x7A8245) is unknown color: approx Wasabi. HEX triplet: 7A, 82 and 45. RGB value is (122,130,69). Sum of RGB (Red+Green+Blue) = 122+130+69=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8245 is #857DBA. Grayscale: #787878. Windows color (decimal): -8748475 or 4555386. OLE color: 4555386.

HSL color Cylindrical-coordinate representation of color #7A8245: hue angle of 67.87º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A8245 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB12213069-
CMYK0.0600.470.49
HSL67.87º30.65%39.02%-
HSV(B)67.87º46.92%50.98%-
XYZ17.0820.538.69-
YUV120.6598.85128.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=38.01%
G=40.50%
B=21.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122130690.0600.470.4967.8730.6539.02
Hex7A8245602F31441f27
Octal1722021056057611043747
Binary11110101000001010001011100101111110001100010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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