#7A913E

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

Shades of Wasabi #7A913E

Tints of Wasabi #7A913E

Color information

#7A913E (or 0x7A913E) is unknown color: approx Wasabi. HEX triplet: 7A, 91 and 3E. RGB value is (122,145,62). Sum of RGB (Red+Green+Blue) = 122+145+62=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #7A913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A913E is #856EC1. Grayscale: #808080. Windows color (decimal): -8744642 or 4100474. OLE color: 4100474.

HSL color Cylindrical-coordinate representation of color #7A913E: hue angle of 76.63º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A913E is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB12214562-
CMYK0.1600.570.43
HSL76.63º40.1%40.59%-
HSV(B)76.63º57.24%56.86%-
XYZ19.0224.748.33-
YUV128.6690.38123.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=37.08%
G=44.07%
B=18.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145620.1600.570.4376.6340.140.59
Hex7A913E100392B4d2829
Octal1722217620071531155051
Binary1111010100100011111101000001110011010111001101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,145,62); }

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

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

 a { background-color: rgb(122,145,62); }

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

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

 span { border-color: rgb(122,145,62); }

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