#7A873F

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

Shades of Wasabi #7A873F

Tints of Wasabi #7A873F

Color information

#7A873F (or 0x7A873F) is unknown color: approx Wasabi. HEX triplet: 7A, 87 and 3F. RGB value is (122,135,63). Sum of RGB (Red+Green+Blue) = 122+135+63=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #7A873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A873F is #8578C0. Grayscale: #7B7B7B. Windows color (decimal): -8747201 or 4163450. OLE color: 4163450.

HSL color Cylindrical-coordinate representation of color #7A873F: hue angle of 70.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A873F is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB12213563-
CMYK0.1000.530.47
HSL70.83º36.36%38.82%-
HSV(B)70.83º53.33%52.94%-
XYZ17.5921.827.99-
YUV122.994.19127.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 63 (25% from 255) = 19.69%
R=38.12%
G=42.19%
B=19.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122135630.1000.530.4770.8336.3638.82
Hex7A873FA0352F472427
Octal1722077712065571074447
Binary111101010000111111111101001101011011111000111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,135,63); }

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

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

 a { background-color: rgb(122,135,63); }

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

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

 span { border-color: rgb(122,135,63); }

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