#7B8632

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

Shades of Wasabi #7B8632

Tints of Wasabi #7B8632

Color information

#7B8632 (or 0x7B8632) is unknown color: approx Wasabi. HEX triplet: 7B, 86 and 32. RGB value is (123,134,50). Sum of RGB (Red+Green+Blue) = 123+134+50=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #7B8632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8632 is #8479CD. Grayscale: #797979. Windows color (decimal): -8681934 or 3311227. OLE color: 3311227.

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

Color convert

RGB12313450-
CMYK0.0800.630.47
HSL67.86º45.65%36.08%-
HSV(B)67.86º62.69%52.55%-
XYZ17.2721.496.26-
YUV121.1487.86129.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.07%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=40.07%
G=43.65%
B=16.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123134500.0800.630.4767.8645.6536.08
Hex7B8632803F2F442e24
Octal1732066210077571045644
Binary111101110000110110010100001111111011111000100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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