#7A8445

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

Shades of Wasabi #7A8445

Tints of Wasabi #7A8445

Color information

#7A8445 (or 0x7A8445) is unknown color: approx Wasabi. HEX triplet: 7A, 84 and 45. RGB value is (122,132,69). Sum of RGB (Red+Green+Blue) = 122+132+69=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8445 is #857BBA. Grayscale: #7A7A7A. Windows color (decimal): -8747963 or 4555898. OLE color: 4555898.

HSL color Cylindrical-coordinate representation of color #7A8445: hue angle of 69.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8445 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB12213269-
CMYK0.0800.480.48
HSL69.52º31.34%39.41%-
HSV(B)69.52º47.73%51.76%-
XYZ17.3521.078.78-
YUV121.8398.19128.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=37.77%
G=40.87%
B=21.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132690.0800.480.4869.5231.3439.41
Hex7A8445803030461f27
Octal17220410510060601063747
Binary111101010000100100010110000110000110000100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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