#7B8E3C

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

Shades of Wasabi #7B8E3C

Tints of Wasabi #7B8E3C

Color information

#7B8E3C (or 0x7B8E3C) is unknown color: approx Wasabi. HEX triplet: 7B, 8E and 3C. RGB value is (123,142,60). Sum of RGB (Red+Green+Blue) = 123+142+60=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8E3C is #8471C3. Grayscale: #7F7F7F. Windows color (decimal): -8679876 or 3968635. OLE color: 3968635.

HSL color Cylindrical-coordinate representation of color #7B8E3C: hue angle of 73.9º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B8E3C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB12314260-
CMYK0.1300.580.44
HSL73.9º40.59%39.61%-
HSV(B)73.9º57.75%55.69%-
XYZ18.6623.887.9-
YUV126.9790.21125.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.85%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=37.85%
G=43.69%
B=18.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123142600.1300.580.4473.940.5939.61
Hex7B8E3CD03A2C4a2928
Octal1732167415072541125150
Binary111101110001110111100110101110101011001001010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,142,60); }

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

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

 a { background-color: rgb(123,142,60); }

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

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

 span { border-color: rgb(123,142,60); }

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