#7A9139

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

Shades of Wasabi #7A9139

Tints of Wasabi #7A9139

Color information

#7A9139 (or 0x7A9139) is unknown color: approx Wasabi. HEX triplet: 7A, 91 and 39. RGB value is (122,145,57). Sum of RGB (Red+Green+Blue) = 122+145+57=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9139 is #856EC6. Grayscale: #808080. Windows color (decimal): -8744647 or 3772794. OLE color: 3772794.

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

Color convert

RGB12214557-
CMYK0.1600.610.43
HSL75.68º43.56%39.61%-
HSV(B)75.68º60.69%56.86%-
XYZ18.8924.687.64-
YUV128.0987.88123.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=37.65%
G=44.75%
B=17.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145570.1600.610.4375.6843.5639.61
Hex7A91391003D2B4c2c28
Octal1722217120075531145450
Binary1111010100100011110011000001111011010111001100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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