#7A943D

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

Shades of Wasabi #7A943D

Tints of Wasabi #7A943D

Color information

#7A943D (or 0x7A943D) is unknown color: approx Wasabi. HEX triplet: 7A, 94 and 3D. RGB value is (122,148,61). Sum of RGB (Red+Green+Blue) = 122+148+61=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #7A943D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A943D is #856BC2. Grayscale: #828282. Windows color (decimal): -8743875 or 4035706. OLE color: 4035706.

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

Color convert

RGB12214861-
CMYK0.1800.590.42
HSL77.93º41.63%40.98%-
HSV(B)77.93º58.78%58.04%-
XYZ19.4625.658.34-
YUV130.3188.89122.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=36.86%
G=44.71%
B=18.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122148610.1800.590.4277.9341.6340.98
Hex7A943D1203B2A4e2a29
Octal1722247522073521165251
Binary1111010100101001111011001001110111010101001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,148,61); }

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

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

 a { background-color: rgb(122,148,61); }

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

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

 span { border-color: rgb(122,148,61); }

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