#7A863F

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

Shades of Wasabi #7A863F

Tints of Wasabi #7A863F

Color information

#7A863F (or 0x7A863F) is unknown color: approx Wasabi. HEX triplet: 7A, 86 and 3F. RGB value is (122,134,63). Sum of RGB (Red+Green+Blue) = 122+134+63=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #7A863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A863F is #8579C0. Grayscale: #7A7A7A. Windows color (decimal): -8747457 or 4163194. OLE color: 4163194.

HSL color Cylindrical-coordinate representation of color #7A863F: hue angle of 70.14º 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 #7A863F is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB12213463-
CMYK0.0900.530.47
HSL70.14º36.04%38.63%-
HSV(B)70.14º52.99%52.55%-
XYZ17.4521.557.94-
YUV122.3294.52127.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.24%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 63 (25% from 255) = 19.75%
R=38.24%
G=42.01%
B=19.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122134630.0900.530.4770.1436.0438.63
Hex7A863F90352F462427
Octal1722067711065571064447
Binary111101010000110111111100101101011011111000110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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