#7B8A4B

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

Shades of Wasabi #7B8A4B

Tints of Wasabi #7B8A4B

Color information

#7B8A4B (or 0x7B8A4B) is unknown color: approx Wasabi. HEX triplet: 7B, 8A and 4B. RGB value is (123,138,75). Sum of RGB (Red+Green+Blue) = 123+138+75=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8A4B is #8475B4. Grayscale: #7E7E7E. Windows color (decimal): -8680885 or 4950651. OLE color: 4950651.

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

Color convert

RGB12313875-
CMYK0.1100.460.46
HSL74.29º29.58%41.76%-
HSV(B)74.29º45.65%54.12%-
XYZ18.5322.910.1-
YUV126.3399.03125.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=36.61%
G=41.07%
B=22.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123138750.1100.460.4674.2929.5841.76
Hex7B8A4BB02E2E4a1e2a
Octal17321211313056561123652
Binary111101110001010100101110110101110101110100101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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