#7A8440

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

Shades of Wasabi #7A8440

Tints of Wasabi #7A8440

Color information

#7A8440 (or 0x7A8440) is unknown color: approx Wasabi. HEX triplet: 7A, 84 and 40. RGB value is (122,132,64). Sum of RGB (Red+Green+Blue) = 122+132+64=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8440 is #857BBF. Grayscale: #797979. Windows color (decimal): -8747968 or 4228218. OLE color: 4228218.

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

Color convert

RGB12213264-
CMYK0.0800.520.48
HSL68.82º34.69%38.43%-
HSV(B)68.82º51.52%51.76%-
XYZ17.221.018-
YUV121.2695.69128.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=38.36%
G=41.51%
B=20.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132640.0800.520.4868.8234.6938.43
Hex7A8440803430452326
Octal17220410010064601054346
Binary1111010100001001000000100001101001100001000101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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