#7A8B31

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

Shades of Wasabi #7A8B31

Tints of Wasabi #7A8B31

Color information

#7A8B31 (or 0x7A8B31) is unknown color: approx Wasabi. HEX triplet: 7A, 8B and 31. RGB value is (122,139,49). Sum of RGB (Red+Green+Blue) = 122+139+49=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B31 is #8574CE. Grayscale: #7B7B7B. Windows color (decimal): -8746191 or 3246970. OLE color: 3246970.

HSL color Cylindrical-coordinate representation of color #7A8B31: hue angle of 71.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A8B31 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB12213949-
CMYK0.1200.650.45
HSL71.33º47.87%36.86%-
HSV(B)71.33º64.75%54.51%-
XYZ17.8122.826.37-
YUV123.6685.87126.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=39.35%
G=44.84%
B=15.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122139490.1200.650.4571.3347.8736.86
Hex7A8B31C0412D473025
Octal17221361140101551076045
Binary1111010100010111100011100010000011011011000111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,49); }

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

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

 a { background-color: rgb(122,139,49); }

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

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

 span { border-color: rgb(122,139,49); }

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