#7B8641

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

Shades of Wasabi #7B8641

Tints of Wasabi #7B8641

Color information

#7B8641 (or 0x7B8641) is unknown color: approx Wasabi. HEX triplet: 7B, 86 and 41. RGB value is (123,134,65). Sum of RGB (Red+Green+Blue) = 123+134+65=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #7B8641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8641 is #8479BE. Grayscale: #7B7B7B. Windows color (decimal): -8681919 or 4294267. OLE color: 4294267.

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

Color convert

RGB12313465-
CMYK0.0800.510.47
HSL69.57º34.67%39.02%-
HSV(B)69.57º51.49%52.55%-
XYZ17.6521.648.25-
YUV122.8495.36128.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.20%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=38.20%
G=41.61%
B=20.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123134650.0800.510.4769.5734.6739.02
Hex7B864180332F462327
Octal17320610110063571064347
Binary1111011100001101000001100001100111011111000110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,134,65); }

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

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

 a { background-color: rgb(123,134,65); }

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

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

 span { border-color: rgb(123,134,65); }

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