#7B8A44

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

Shades of Wasabi #7B8A44

Tints of Wasabi #7B8A44

Color information

#7B8A44 (or 0x7B8A44) is unknown color: approx Wasabi. HEX triplet: 7B, 8A and 44. RGB value is (123,138,68). Sum of RGB (Red+Green+Blue) = 123+138+68=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8A44 is #8475BB. Grayscale: #7D7D7D. Windows color (decimal): -8680892 or 4491899. OLE color: 4491899.

HSL color Cylindrical-coordinate representation of color #7B8A44: hue angle of 72.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B8A44 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB12313868-
CMYK0.1100.510.46
HSL72.86º33.98%40.39%-
HSV(B)72.86º50.72%54.12%-
XYZ18.322.818.91-
YUV125.5495.53126.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=37.39%
G=41.95%
B=20.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123138680.1100.510.4672.8633.9840.39
Hex7B8A44B0332E492228
Octal17321210413063561114250
Binary1111011100010101000100101101100111011101001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,138,68); }

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

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

 a { background-color: rgb(123,138,68); }

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

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

 span { border-color: rgb(123,138,68); }

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