#7A913B

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

Shades of Wasabi #7A913B

Tints of Wasabi #7A913B

Color information

#7A913B (or 0x7A913B) is unknown color: approx Wasabi. HEX triplet: 7A, 91 and 3B. RGB value is (122,145,59). Sum of RGB (Red+Green+Blue) = 122+145+59=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #7A913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A913B is #856EC4. Grayscale: #808080. Windows color (decimal): -8744645 or 3903866. OLE color: 3903866.

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

Color convert

RGB12214559-
CMYK0.1600.590.43
HSL76.05º42.16%40%-
HSV(B)76.05º59.31%56.86%-
XYZ18.9424.77.91-
YUV128.3288.88123.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=37.42%
G=44.48%
B=18.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145590.1600.590.4376.0542.1640
Hex7A913B1003B2B4c2a28
Octal1722217320073531145250
Binary1111010100100011110111000001110111010111001100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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